Html Css Color HEX #A21785 Dark Purple

📋 copy color: '#A21785'

red 162 ◦ green 23 ◦ blue 133

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

Shades of Dark Purple #A21785

Tints of Dark Purple #A21785

RGB

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

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

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

R = 50.94%
G = 7.23%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A21785 (or 0xA21785) is known color: Dark Purple. HEX triplet: A2, 17 and 85. RGB value is (162,23,133). Sum of RGB (Red+Green+Blue) = 162+23+133=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A21785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21785 is #5DE87A. Grayscale: #4C4C4C. Windows color (decimal): -6154363 or 8722338. OLE color: 8722338.

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

Color convert

RGB 162 23 133 -
CMYK 0 0.86 0.18 0.36
HSL 312.52º 0.75% 0.36% -
HSV(B) 312.52º 0.86% 0.64% -
XYZ 19.44 9.99 23.09 -
YUV 77.1 159.55 188.56 -
System Red Green Blue C M Y K H S L
Decimal 162 23 133 0 0.86 0.18 0.36 312.52 0.75 0.36
Hex A2 17 85 0 56 12 24 139 4B 24
Octal 242 27 205 0 126 22 44 471 113 44
Binary 10100010 10111 10000101 0 1010110 10010 100100 100111001 1001011 100100

Color Harmonies of #A21785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21785

Black with #A21785

Text Example


Text Example

White with #A21785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21785; }

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

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

background-color css

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

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

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

border-color css

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

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

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