#A232C2

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

Shades of Dark Orchid #A232C2

Tints of Dark Orchid #A232C2

Color information

#A232C2 (or 0xA232C2) is unknown color: approx Dark Orchid. HEX triplet: A2, 32 and C2. RGB value is (162,50,194). Sum of RGB (Red+Green+Blue) = 162+50+194=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #A232C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232C2 is #5DCD3D. Grayscale: #636363. Windows color (decimal): -6147390 or 12726946. OLE color: 12726946.

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

Color convert

RGB16250194-
CMYK0.160.7400.24
HSL286.67º59.02%47.84%-
HSV(B)286.67º74.23%76.08%-
XYZ25.7813.8652.36-
YUV99.9181.11172.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 50 (19.92% from 255) = 12.32%
BLUE value IS 194 (76.17% from 255) = 47.78%
R=39.90%
G=12.32%
B=47.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162501940.160.7400.24286.6759.0247.84
HexA232C2104A01811f3b30
Octal24262302201120304377360
Binary1010001011001011000010100001001010011000100011111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A232C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A232C2; }

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

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

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

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

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

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

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

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