#A632CE

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

Shades of Dark Orchid #A632CE

Tints of Dark Orchid #A632CE

Color information

#A632CE (or 0xA632CE) is unknown color: approx Dark Orchid. HEX triplet: A6, 32 and CE. RGB value is (166,50,206). Sum of RGB (Red+Green+Blue) = 166+50+206=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #A632CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632CE is #59CD31. Grayscale: #656565. Windows color (decimal): -5885234 or 13513382. OLE color: 13513382.

HSL color Cylindrical-coordinate representation of color #A632CE: hue angle of 284.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A632CE is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16650206-
CMYK0.190.7600.19
HSL284.62º61.42%50.2%-
HSV(B)284.62º75.73%80.78%-
XYZ28.0114.8459.78-
YUV102.47186.43173.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 50 (19.92% from 255) = 11.85%
BLUE value IS 206 (80.86% from 255) = 48.82%
R=39.34%
G=11.85%
B=48.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166502060.190.7600.19284.6261.4250.2
HexA632CE134C01311d3d32
Octal24662316231140234357562
Binary1010011011001011001110100111001100010011100011101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A632CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A632CE; }

 p { color: rgb(166,50,206); }

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

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

 a { background-color: rgb(166,50,206); }

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

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

 span { border-color: rgb(166,50,206); }

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