#A236BE

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

Shades of Dark Orchid #A236BE

Tints of Dark Orchid #A236BE

Color information

#A236BE (or 0xA236BE) is unknown color: approx Dark Orchid. HEX triplet: A2, 36 and BE. RGB value is (162,54,190). Sum of RGB (Red+Green+Blue) = 162+54+190=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #A236BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236BE is #5DC941. Grayscale: #656565. Windows color (decimal): -6146370 or 12465826. OLE color: 12465826.

HSL color Cylindrical-coordinate representation of color #A236BE: hue angle of 287.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A236BE is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16254190-
CMYK0.150.7200.25
HSL287.65º55.74%47.84%-
HSV(B)287.65º71.58%74.51%-
XYZ25.5114.0450.08-
YUV101.8177.78170.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 54 (21.48% from 255) = 13.30%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=39.90%
G=13.30%
B=46.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162541900.150.7200.25287.6555.7447.84
HexA236BEF480191203830
Octal24266276171100314407060
Binary101000101101101011111011111001000011001100100000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A236BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A236BE; }

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

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

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

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

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

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

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

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