#a634d1

Color #A634D1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A634D1

Tints of Dark Orchid #A634D1

Color information

#A634D1 (or 0xA634D1) is unknown color: approx Dark Orchid. HEX triplet: A6, 34 and D1. RGB value is (166,52,209). Sum of RGB (Red+Green+Blue) = 166+52+209=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #A634D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634D1 is #59CB2E. Grayscale: #676767. Windows color (decimal): -5884719 or 13710502. OLE color: 13710502.

HSL color Cylindrical-coordinate representation of color #A634D1: hue angle of 283.57º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A634D1 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16652209-
CMYK0.210.7500.18
HSL283.57º63.05%51.18%-
HSV(B)283.57º75.12%81.96%-
XYZ28.4615.1761.75-
YUV103.98187.27172.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 52 (20.70% from 255) = 12.18%
BLUE value IS 209 (82.03% from 255) = 48.95%
R=38.88%
G=12.18%
B=48.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166522090.210.7500.18283.5763.0551.18
HexA634D1154B01211c3f33
Octal24664321251130224347763
Binary1010011011010011010001101011001011010010100011100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a634d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a634d1; }

 p { color: rgb(166,52,209); }

 H1.HeaderClassName
 {
   color: #a634d1;
 }
 .AnyTagClassName
 {
   color: #a634d1;
 }
</style>
background-color css

<style>
 a { background-color: #a634d1; }

 a { background-color: rgb(166,52,209); }

 div.DivClassName
 {
   background-color: #a634d1;
 }
 .BgClassName
 {
   background-color: #a634d1;
 }
</style>
border-color css

<style>
 span { border-color: #a634d1; }

 span { border-color: rgb(166,52,209); }

 td.TdClassName
 {
   border-color: #a634d1;
 }
 .TagClassName
 {
   border-color: #a634d1;
 }
</style>