#A227AE

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

Shades of Dark Orchid #A227AE

Tints of Dark Orchid #A227AE

Color information

#A227AE (or 0xA227AE) is unknown color: approx Dark Orchid. HEX triplet: A2, 27 and AE. RGB value is (162,39,174). Sum of RGB (Red+Green+Blue) = 162+39+174=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #A227AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A227AE is #5DD851. Grayscale: #5A5A5A. Windows color (decimal): -6150226 or 11413410. OLE color: 11413410.

HSL color Cylindrical-coordinate representation of color #A227AE: hue angle of 294.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A227AE is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16239174-
CMYK0.070.7800.32
HSL294.67º63.38%41.76%-
HSV(B)294.67º77.59%68.24%-
XYZ23.2712.1941.17-
YUV91.17174.75178.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 39 (15.62% from 255) = 10.4%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=43.2%
G=10.4%
B=46.4%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162391740.070.7800.32294.6763.3841.76
HexA227AE74E0201273f2a
Octal2424725671160404477752
Binary101000101001111010111011110011100100000100100111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A227AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A227AE; }

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

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

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

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

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

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

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

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