Html Css Color HEX #A21F85 Dark Purple

📋 copy color: '#A21F85'

red 162 ◦ green 31 ◦ blue 133

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

Shades of Dark Purple #A21F85

Tints of Dark Purple #A21F85

RGB

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

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

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

R = 49.69%
G = 9.51%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A21F85 (or 0xA21F85) is known color: Dark Purple. HEX triplet: A2, 1F and 85. RGB value is (162,31,133). Sum of RGB (Red+Green+Blue) = 162+31+133=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21F85 is #5DE07A. Grayscale: #515151. Windows color (decimal): -6152315 or 8724386. OLE color: 8724386.

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

Color convert

RGB 162 31 133 -
CMYK 0 0.81 0.18 0.36
HSL 313.28º 0.68% 0.38% -
HSV(B) 313.28º 0.81% 0.64% -
XYZ 19.62 10.35 23.15 -
YUV 81.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 162 31 133 0 0.81 0.18 0.36 313.28 0.68 0.38
Hex A2 1F 85 0 51 12 24 139 44 26
Octal 242 37 205 0 121 22 44 471 104 46
Binary 10100010 11111 10000101 0 1010001 10010 100100 100111001 1000100 100110

Color Harmonies of #A21F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21F85

Black with #A21F85

Text Example


Text Example

White with #A21F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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