Html Css Color HEX #A21A85 Dark Purple

📋 copy color: '#A21A85'

red 162 ◦ green 26 ◦ blue 133

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

Shades of Dark Purple #A21A85

Tints of Dark Purple #A21A85

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.1%

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 50.47%
G = 8.1%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A21A85 (or 0xA21A85) is known color: Dark Purple. HEX triplet: A2, 1A and 85. RGB value is (162,26,133). Sum of RGB (Red+Green+Blue) = 162+26+133=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21A85 is #5DE57A. Grayscale: #4E4E4E. Windows color (decimal): -6153595 or 8723106. OLE color: 8723106.

HSL color Cylindrical-coordinate representation of color #A21A85: hue angle of 312.79º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A85 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 26 133 -
CMYK 0 0.84 0.18 0.36
HSL 312.79º 0.72% 0.37% -
HSV(B) 312.79º 0.84% 0.64% -
XYZ 19.5 10.11 23.11 -
YUV 78.86 158.56 187.3 -
System Red Green Blue C M Y K H S L
Decimal 162 26 133 0 0.84 0.18 0.36 312.79 0.72 0.37
Hex A2 1A 85 0 54 12 24 139 48 25
Octal 242 32 205 0 124 22 44 471 110 45
Binary 10100010 11010 10000101 0 1010100 10010 100100 100111001 1001000 100101

Color Harmonies of #A21A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A85

Black with #A21A85

Text Example


Text Example

White with #A21A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A85; }

 p { color: rgb(162,26,133); }

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

background-color css

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

 a { background-color: rgb(162,26,133); }

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

border-color css

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

 span { border-color: rgb(162,26,133); }

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