Html Css Color HEX #A21B77 Dark Purple

📋 copy color: '#A21B77'

red 162 ◦ green 27 ◦ blue 119

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

Shades of Dark Purple #A21B77

Tints of Dark Purple #A21B77

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.77%

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 52.6%
G = 8.77%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A21B77 (or 0xA21B77) is known color: Dark Purple. HEX triplet: A2, 1B and 77. RGB value is (162,27,119). Sum of RGB (Red+Green+Blue) = 162+27+119=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B77 is #5DE488. Grayscale: #4D4D4D. Windows color (decimal): -6153353 or 7805858. OLE color: 7805858.

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

Color convert

RGB 162 27 119 -
CMYK 0 0.83 0.27 0.36
HSL 319.11º 0.71% 0.37% -
HSV(B) 319.11º 0.83% 0.64% -
XYZ 18.62 9.8 18.36 -
YUV 77.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 162 27 119 0 0.83 0.27 0.36 319.11 0.71 0.37
Hex A2 1B 77 0 53 1B 24 13F 47 25
Octal 242 33 167 0 123 33 44 477 107 45
Binary 10100010 11011 1110111 0 1010011 11011 100100 100111111 1000111 100101

Color Harmonies of #A21B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21B77

Black with #A21B77

Text Example


Text Example

White with #A21B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21B77; }

 p { color: rgb(162,27,119); }

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

background-color css

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

 a { background-color: rgb(162,27,119); }

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

border-color css

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

 span { border-color: rgb(162,27,119); }

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