Html Css Color HEX #A21779 Dark Purple

📋 copy color: '#A21779'

red 162 ◦ green 23 ◦ blue 121

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

Shades of Dark Purple #A21779

Tints of Dark Purple #A21779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.54%

R = 52.94%
G = 7.52%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A21779 (or 0xA21779) is known color: Dark Purple. HEX triplet: A2, 17 and 79. RGB value is (162,23,121). Sum of RGB (Red+Green+Blue) = 162+23+121=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A21779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21779 is #5DE886. Grayscale: #4B4B4B. Windows color (decimal): -6154375 or 7935906. OLE color: 7935906.

HSL color Cylindrical-coordinate representation of color #A21779: hue angle of 317.7º 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 #A21779 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 23 121 -
CMYK 0 0.86 0.25 0.36
HSL 317.7º 0.75% 0.36% -
HSV(B) 317.7º 0.86% 0.64% -
XYZ 18.66 9.67 18.97 -
YUV 75.73 153.55 189.53 -
System Red Green Blue C M Y K H S L
Decimal 162 23 121 0 0.86 0.25 0.36 317.7 0.75 0.36
Hex A2 17 79 0 56 19 24 13E 4B 24
Octal 242 27 171 0 126 31 44 476 113 44
Binary 10100010 10111 1111001 0 1010110 11001 100100 100111110 1001011 100100

Color Harmonies of #A21779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21779

Black with #A21779

Text Example


Text Example

White with #A21779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21779; }

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

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

background-color css

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

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

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

border-color css

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

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

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