Html Css Color HEX #A21082 Dark Purple

📋 copy color: '#A21082'

red 162 ◦ green 16 ◦ blue 130

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

Shades of Dark Purple #A21082

Tints of Dark Purple #A21082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.19%

 BLUE value IS 130 (51.17% from 255) = 42.21%

R = 52.6%
G = 5.19%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A21082 (or 0xA21082) is known color: Dark Purple. HEX triplet: A2, 10 and 82. RGB value is (162,16,130). Sum of RGB (Red+Green+Blue) = 162+16+130=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A21082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21082 is #5DEF7D. Grayscale: #484848. Windows color (decimal): -6156158 or 8523938. OLE color: 8523938.

HSL color Cylindrical-coordinate representation of color #A21082: hue angle of 313.15º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21082 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 16 130 -
CMYK 0 0.90 0.20 0.36
HSL 313.15º 0.82% 0.35% -
HSV(B) 313.15º 0.9% 0.64% -
XYZ 19.11 9.66 21.98 -
YUV 72.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 162 16 130 0 0.90 0.20 0.36 313.15 0.82 0.35
Hex A2 10 82 0 5A 14 24 139 52 23
Octal 242 20 202 0 132 24 44 471 122 43
Binary 10100010 10000 10000010 0 1011010 10100 100100 100111001 1010010 100011

Color Harmonies of #A21082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21082

Black with #A21082

Text Example


Text Example

White with #A21082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21082; }

 p { color: rgb(162,16,130); }

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

background-color css

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

 a { background-color: rgb(162,16,130); }

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

border-color css

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

 span { border-color: rgb(162,16,130); }

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