#A21FAA

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

Shades of Dark Orchid #A21FAA

Tints of Dark Orchid #A21FAA

Color information

#A21FAA (or 0xA21FAA) is unknown color: approx Dark Orchid. HEX triplet: A2, 1F and AA. RGB value is (162,31,170). Sum of RGB (Red+Green+Blue) = 162+31+170=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #A21FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21FAA is #5DE055. Grayscale: #555555. Windows color (decimal): -6152278 or 11149218. OLE color: 11149218.

HSL color Cylindrical-coordinate representation of color #A21FAA: hue angle of 296.55º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A21FAA is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16231170-
CMYK0.050.8200.33
HSL296.55º69.15%39.41%-
HSV(B)296.55º81.76%66.67%-
XYZ22.6511.5639.07-
YUV86.01175.4182.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 31 (12.5% from 255) = 8.54%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=44.63%
G=8.54%
B=46.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162311700.050.8200.33296.5569.1539.41
HexA21FAA5520211294527
Octal24237252512204145110547
Binary101000101111110101010101101001001000011001010011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21FAA; }

 p { color: rgb(162,31,170); }

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

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

 a { background-color: rgb(162,31,170); }

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

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

 span { border-color: rgb(162,31,170); }

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