Html Css Color HEX #A21FAA Dark Orchid

📋 copy color: '#A21FAA'

red 162 ◦ green 31 ◦ blue 170

#A21FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A21FAA

Tints of Dark Orchid #A21FAA

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.8% from 255) = 46.83%

R = 44.63%
G = 8.54%
B = 46.83%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A21FAA (or 0xA21FAA) is known color: 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

RGB 162 31 170 -
CMYK 0.05 0.82 0 0.33
HSL 296.55º 0.69% 0.39% -
HSV(B) 296.55º 0.82% 0.67% -
XYZ 22.65 11.56 39.07 -
YUV 86.02 175.4 182.2 -
System Red Green Blue C M Y K H S L
Decimal 162 31 170 0.05 0.82 0 0.33 296.55 0.69 0.39
Hex A2 1F AA 5 52 0 21 129 45 27
Octal 242 37 252 5 122 0 41 451 105 47
Binary 10100010 11111 10101010 101 1010010 0 100001 100101001 1000101 100111

Color Harmonies of #A21FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FAA

Black with #A21FAA

Text Example


Text Example

White with #A21FAA

Text Example


Text Example

HTML Codes & Css Web 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>