Html Css Color HEX #A02173 Dark Purple

📋 copy color: '#A02173'

red 160 ◦ green 33 ◦ blue 115

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

Shades of Dark Purple #A02173

Tints of Dark Purple #A02173

RGB

 RED value IS 160 (62.89% from 255) = 51.95%

 GREEN value IS 33 (13.28% from 255) = 10.71%

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 51.95%
G = 10.71%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A02173 (or 0xA02173) is known color: Dark Purple. HEX triplet: A0, 21 and 73. RGB value is (160,33,115). Sum of RGB (Red+Green+Blue) = 160+33+115=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A02173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02173 is #5FDE8C. Grayscale: #505050. Windows color (decimal): -6282893 or 7545248. OLE color: 7545248.

HSL color Cylindrical-coordinate representation of color #A02173: hue angle of 321.26º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02173 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 33 115 -
CMYK 0 0.79 0.28 0.37
HSL 321.26º 0.66% 0.38% -
HSV(B) 321.26º 0.79% 0.63% -
XYZ 18.14 9.8 17.16 -
YUV 80.32 147.58 184.83 -
System Red Green Blue C M Y K H S L
Decimal 160 33 115 0 0.79 0.28 0.37 321.26 0.66 0.38
Hex A0 21 73 0 4F 1C 25 141 42 26
Octal 240 41 163 0 117 34 45 501 102 46
Binary 10100000 100001 1110011 0 1001111 11100 100101 101000001 1000010 100110

Color Harmonies of #A02173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02173

Black with #A02173

Text Example


Text Example

White with #A02173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02173; }

 p { color: rgb(160,33,115); }

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

background-color css

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

 a { background-color: rgb(160,33,115); }

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

border-color css

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

 span { border-color: rgb(160,33,115); }

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