#A132CE

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

Shades of Dark Orchid #A132CE

Tints of Dark Orchid #A132CE

Color information

#A132CE (or 0xA132CE) is unknown color: approx Dark Orchid. HEX triplet: A1, 32 and CE. RGB value is (161,50,206). Sum of RGB (Red+Green+Blue) = 161+50+206=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #A132CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132CE is #5ECD31. Grayscale: #646464. Windows color (decimal): -6212914 or 13513377. OLE color: 13513377.

HSL color Cylindrical-coordinate representation of color #A132CE: hue angle of 282.69º 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 #A132CE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16150206-
CMYK0.220.7600.19
HSL282.69º61.42%50.2%-
HSV(B)282.69º75.73%80.78%-
XYZ26.9814.3159.73-
YUV100.97187.27170.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 50 (19.92% from 255) = 11.99%
BLUE value IS 206 (80.86% from 255) = 49.40%
R=38.61%
G=11.99%
B=49.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161502060.220.7600.19282.6961.4250.2
HexA132CE164C01311b3d32
Octal24162316261140234337562
Binary1010000111001011001110101101001100010011100011011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A132CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A132CE; }

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

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

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

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

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

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

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

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