Html Css Color HEX #A21FAB Dark Orchid

📋 copy color: '#A21FAB'

red 162 ◦ green 31 ◦ blue 171

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

Shades of Dark Orchid #A21FAB

Tints of Dark Orchid #A21FAB

RGB

 RED value IS 162 (63.67% from 255) = 44.51%

 GREEN value IS 31 (12.5% from 255) = 8.52%

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 44.51%
G = 8.52%
B = 46.98%

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

#A21FAB (or 0xA21FAB) is known color: Dark Orchid. HEX triplet: A2, 1F and AB. RGB value is (162,31,171). Sum of RGB (Red+Green+Blue) = 162+31+171=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #A21FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21FAB is #5DE054. Grayscale: #555555. Windows color (decimal): -6152277 or 11214754. OLE color: 11214754.

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

Color convert

RGB 162 31 171 -
CMYK 0.05 0.82 0 0.33
HSL 296.14º 0.69% 0.4% -
HSV(B) 296.14º 0.82% 0.67% -
XYZ 22.74 11.6 39.57 -
YUV 86.13 175.9 182.12 -
System Red Green Blue C M Y K H S L
Decimal 162 31 171 0.05 0.82 0 0.33 296.14 0.69 0.4
Hex A2 1F AB 5 52 0 21 128 45 28
Octal 242 37 253 5 122 0 41 450 105 50
Binary 10100010 11111 10101011 101 1010010 0 100001 100101000 1000101 101000

Color Harmonies of #A21FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FAB

Black with #A21FAB

Text Example


Text Example

White with #A21FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FAB; }

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

 H1.HeaderClassName
 {
   color: #A21FAB;
 }
 .AnyTagClassName
 {
   color: #A21FAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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