#A227C6

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

Shades of Dark Orchid #A227C6

Tints of Dark Orchid #A227C6

Color information

#A227C6 (or 0xA227C6) is unknown color: approx Dark Orchid. HEX triplet: A2, 27 and C6. RGB value is (162,39,198). Sum of RGB (Red+Green+Blue) = 162+39+198=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #A227C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227C6 is #5DD839. Grayscale: #5D5D5D. Windows color (decimal): -6150202 or 12986274. OLE color: 12986274.

HSL color Cylindrical-coordinate representation of color #A227C6: hue angle of 286.42º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A227C6 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16239198-
CMYK0.180.8000.22
HSL286.42º67.09%46.47%-
HSV(B)286.42º80.3%77.65%-
XYZ25.8213.2154.61-
YUV93.9186.75176.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 39 (15.62% from 255) = 9.77%
BLUE value IS 198 (77.73% from 255) = 49.62%
R=40.60%
G=9.77%
B=49.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162391980.180.8000.22286.4267.0946.47
HexA227C6125001611e432e
Octal242473062212002643610356
Binary10100010100111110001101001010100000101101000111101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A227C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A227C6; }

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

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

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

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

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

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

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

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