#A227D1

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

Shades of Dark Orchid #A227D1

Tints of Dark Orchid #A227D1

Color information

#A227D1 (or 0xA227D1) is unknown color: approx Dark Orchid. HEX triplet: A2, 27 and D1. RGB value is (162,39,209). Sum of RGB (Red+Green+Blue) = 162+39+209=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #A227D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227D1 is #5DD82E. Grayscale: #5E5E5E. Windows color (decimal): -6150191 or 13707170. OLE color: 13707170.

HSL color Cylindrical-coordinate representation of color #A227D1: hue angle of 283.41º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A227D1 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16239209-
CMYK0.220.8100.18
HSL283.41º68.55%48.63%-
HSV(B)283.41º81.34%81.96%-
XYZ27.1313.7461.54-
YUV95.16192.25175.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 39 (15.62% from 255) = 9.51%
BLUE value IS 209 (82.03% from 255) = 50.98%
R=39.51%
G=9.51%
B=50.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162392090.220.8100.18283.4168.5548.63
HexA227D1165101211b4531
Octal242473212612102243310561
Binary10100010100111110100011011010100010100101000110111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A227D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A227D1; }

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

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

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

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

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

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

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

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