Html Css Color HEX #A21789 Dark Purple

📋 copy color: '#A21789'

red 162 ◦ green 23 ◦ blue 137

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

Shades of Dark Purple #A21789

Tints of Dark Purple #A21789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.14%

 BLUE value IS 137 (53.91% from 255) = 42.55%

R = 50.31%
G = 7.14%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A21789 (or 0xA21789) is known color: Dark Purple. HEX triplet: A2, 17 and 89. RGB value is (162,23,137). Sum of RGB (Red+Green+Blue) = 162+23+137=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A21789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21789 is #5DE876. Grayscale: #4D4D4D. Windows color (decimal): -6154359 or 8984482. OLE color: 8984482.

HSL color Cylindrical-coordinate representation of color #A21789: hue angle of 310.79º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21789 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 23 137 -
CMYK 0 0.86 0.15 0.36
HSL 310.79º 0.75% 0.36% -
HSV(B) 310.79º 0.86% 0.64% -
XYZ 19.72 10.1 24.58 -
YUV 77.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 162 23 137 0 0.86 0.15 0.36 310.79 0.75 0.36
Hex A2 17 89 0 56 F 24 137 4B 24
Octal 242 27 211 0 126 17 44 467 113 44
Binary 10100010 10111 10001001 0 1010110 1111 100100 100110111 1001011 100100

Color Harmonies of #A21789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21789

Black with #A21789

Text Example


Text Example

White with #A21789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21789; }

 p { color: rgb(162,23,137); }

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

background-color css

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

 a { background-color: rgb(162,23,137); }

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

border-color css

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

 span { border-color: rgb(162,23,137); }

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