#A232C0

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

Shades of Dark Orchid #A232C0

Tints of Dark Orchid #A232C0

Color information

#A232C0 (or 0xA232C0) is unknown color: approx Dark Orchid. HEX triplet: A2, 32 and C0. RGB value is (162,50,192). Sum of RGB (Red+Green+Blue) = 162+50+192=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #A232C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232C0 is #5DCD3F. Grayscale: #636363. Windows color (decimal): -6147392 or 12595874. OLE color: 12595874.

HSL color Cylindrical-coordinate representation of color #A232C0: hue angle of 287.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A232C0 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16250192-
CMYK0.160.7400.25
HSL287.32º58.68%47.45%-
HSV(B)287.32º73.96%75.29%-
XYZ25.5613.7751.18-
YUV99.68180.11172.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 50 (19.92% from 255) = 12.38%
BLUE value IS 192 (75.39% from 255) = 47.52%
R=40.10%
G=12.38%
B=47.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162501920.160.7400.25287.3258.6847.45
HexA232C0104A01911f3b2f
Octal24262300201120314377357
Binary1010001011001011000000100001001010011001100011111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A232C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A232C0; }

 p { color: rgb(162,50,192); }

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

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

 a { background-color: rgb(162,50,192); }

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

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

 span { border-color: rgb(162,50,192); }

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