#A227B4

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

Shades of Dark Orchid #A227B4

Tints of Dark Orchid #A227B4

Color information

#A227B4 (or 0xA227B4) is unknown color: approx Dark Orchid. HEX triplet: A2, 27 and B4. RGB value is (162,39,180). Sum of RGB (Red+Green+Blue) = 162+39+180=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #A227B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227B4 is #5DD84B. Grayscale: #5B5B5B. Windows color (decimal): -6150220 or 11806626. OLE color: 11806626.

HSL color Cylindrical-coordinate representation of color #A227B4: hue angle of 292.34º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A227B4 is Cyan = 0.1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16239180-
CMYK0.10.7800.29
HSL292.34º64.38%42.94%-
HSV(B)292.34º78.33%70.59%-
XYZ23.8612.4344.32-
YUV91.85177.75178.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 39 (15.62% from 255) = 10.24%
BLUE value IS 180 (70.70% from 255) = 47.24%
R=42.52%
G=10.24%
B=47.24%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162391800.10.7800.29292.3464.3842.94
HexA227B4A4E01D124402b
Octal242472641211603544410053
Binary1010001010011110110100101010011100111011001001001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A227B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A227B4; }

 p { color: rgb(162,39,180); }

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

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

 a { background-color: rgb(162,39,180); }

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

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

 span { border-color: rgb(162,39,180); }

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