#A231C2

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

Shades of Dark Orchid #A231C2

Tints of Dark Orchid #A231C2

Color information

#A231C2 (or 0xA231C2) is unknown color: approx Dark Orchid. HEX triplet: A2, 31 and C2. RGB value is (162,49,194). Sum of RGB (Red+Green+Blue) = 162+49+194=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #A231C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A231C2 is #5DCE3D. Grayscale: #626262. Windows color (decimal): -6147646 or 12726690. OLE color: 12726690.

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

Color convert

RGB16249194-
CMYK0.160.7500.24
HSL286.76º59.67%47.65%-
HSV(B)286.76º74.74%76.08%-
XYZ25.7413.7752.34-
YUV99.32181.44172.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 12.10%
BLUE value IS 194 (76.17% from 255) = 47.90%
R=40%
G=12.10%
B=47.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162491940.160.7500.24286.7659.6747.65
HexA231C2104B01811f3c30
Octal24261302201130304377460
Binary1010001011000111000010100001001011011000100011111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A231C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A231C2; }

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

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

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

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

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

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

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

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