#A236AB

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

Shades of Dark Orchid #A236AB

Tints of Dark Orchid #A236AB

Color information

#A236AB (or 0xA236AB) is unknown color: approx Dark Orchid. HEX triplet: A2, 36 and AB. RGB value is (162,54,171). Sum of RGB (Red+Green+Blue) = 162+54+171=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #A236AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A236AB is #5DC954. Grayscale: #636363. Windows color (decimal): -6146389 or 11220642. OLE color: 11220642.

HSL color Cylindrical-coordinate representation of color #A236AB: hue angle of 295.38º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A236AB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16254171-
CMYK0.050.6800.33
HSL295.38º52%44.12%-
HSV(B)295.38º68.42%67.06%-
XYZ23.5713.2639.85-
YUV99.63168.28172.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 54 (21.48% from 255) = 13.95%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=41.86%
G=13.95%
B=44.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162541710.050.6800.33295.385244.12
HexA236AB544021127342c
Octal2426625351040414476454
Binary101000101101101010101110110001000100001100100111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A236AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A236AB; }

 p { color: rgb(162,54,171); }

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

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

 a { background-color: rgb(162,54,171); }

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

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

 span { border-color: rgb(162,54,171); }

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