#A236CC

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

Shades of Dark Orchid #A236CC

Tints of Dark Orchid #A236CC

Color information

#A236CC (or 0xA236CC) is unknown color: approx Dark Orchid. HEX triplet: A2, 36 and CC. RGB value is (162,54,204). Sum of RGB (Red+Green+Blue) = 162+54+204=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #A236CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236CC is #5DC933. Grayscale: #666666. Windows color (decimal): -6146356 or 13383330. OLE color: 13383330.

HSL color Cylindrical-coordinate representation of color #A236CC: hue angle of 283.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A236CC is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16254204-
CMYK0.210.7400.2
HSL283.2º59.52%50.59%-
HSV(B)283.2º73.53%80%-
XYZ27.1214.6858.53-
YUV103.39184.78169.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 54 (21.48% from 255) = 12.86%
BLUE value IS 204 (80.08% from 255) = 48.57%
R=38.57%
G=12.86%
B=48.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162542040.210.7400.2283.259.5250.59
HexA236CC154A01411b3c33
Octal24266314251120244337463
Binary1010001011011011001100101011001010010100100011011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A236CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A236CC; }

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

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

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

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

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

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

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

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