Html Css Color HEX #A02672 Dark Purple

📋 copy color: '#A02672'

red 160 ◦ green 38 ◦ blue 114

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

Shades of Dark Purple #A02672

Tints of Dark Purple #A02672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 51.28%
G = 12.18%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A02672 (or 0xA02672) is known color: Dark Purple. HEX triplet: A0, 26 and 72. RGB value is (160,38,114). Sum of RGB (Red+Green+Blue) = 160+38+114=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A02672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02672 is #5FD98D. Grayscale: #525252. Windows color (decimal): -6281614 or 7480992. OLE color: 7480992.

HSL color Cylindrical-coordinate representation of color #A02672: hue angle of 322.62º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02672 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 38 114 -
CMYK 0 0.76 0.29 0.37
HSL 322.62º 0.62% 0.39% -
HSV(B) 322.62º 0.76% 0.63% -
XYZ 18.23 10.07 16.9 -
YUV 83.14 145.42 182.82 -
System Red Green Blue C M Y K H S L
Decimal 160 38 114 0 0.76 0.29 0.37 322.62 0.62 0.39
Hex A0 26 72 0 4C 1D 25 143 3E 27
Octal 240 46 162 0 114 35 45 503 76 47
Binary 10100000 100110 1110010 0 1001100 11101 100101 101000011 111110 100111

Color Harmonies of #A02672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02672

Black with #A02672

Text Example


Text Example

White with #A02672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02672; }

 p { color: rgb(160,38,114); }

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

background-color css

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

 a { background-color: rgb(160,38,114); }

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

border-color css

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

 span { border-color: rgb(160,38,114); }

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