Html Css Color HEX #A21788 Dark Purple

📋 copy color: '#A21788'

red 162 ◦ green 23 ◦ blue 136

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

Shades of Dark Purple #A21788

Tints of Dark Purple #A21788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.37%

R = 50.47%
G = 7.17%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A21788 (or 0xA21788) is known color: Dark Purple. HEX triplet: A2, 17 and 88. RGB value is (162,23,136). Sum of RGB (Red+Green+Blue) = 162+23+136=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A21788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21788 is #5DE877. Grayscale: #4D4D4D. Windows color (decimal): -6154360 or 8918946. OLE color: 8918946.

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

Color convert

RGB 162 23 136 -
CMYK 0 0.86 0.16 0.36
HSL 311.22º 0.75% 0.36% -
HSV(B) 311.22º 0.86% 0.64% -
XYZ 19.65 10.07 24.2 -
YUV 77.44 161.05 188.31 -
System Red Green Blue C M Y K H S L
Decimal 162 23 136 0 0.86 0.16 0.36 311.22 0.75 0.36
Hex A2 17 88 0 56 10 24 137 4B 24
Octal 242 27 210 0 126 20 44 467 113 44
Binary 10100010 10111 10001000 0 1010110 10000 100100 100110111 1001011 100100

Color Harmonies of #A21788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21788

Black with #A21788

Text Example


Text Example

White with #A21788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21788; }

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

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

background-color css

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

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

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

border-color css

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

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

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