Html Css Color HEX #A02879 Dark Purple

📋 copy color: '#A02879'

red 160 ◦ green 40 ◦ blue 121

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

Shades of Dark Purple #A02879

Tints of Dark Purple #A02879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.46%

 BLUE value IS 121 (47.66% from 255) = 37.69%

R = 49.84%
G = 12.46%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A02879 (or 0xA02879) is known color: Dark Purple. HEX triplet: A0, 28 and 79. RGB value is (160,40,121). Sum of RGB (Red+Green+Blue) = 160+40+121=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A02879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02879 is #5FD786. Grayscale: #545454. Windows color (decimal): -6281095 or 7940256. OLE color: 7940256.

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

Color convert

RGB 160 40 121 -
CMYK 0 0.75 0.24 0.37
HSL 319.5º 0.6% 0.39% -
HSV(B) 319.5º 0.75% 0.63% -
XYZ 18.71 10.37 19.11 -
YUV 85.11 148.26 181.41 -
System Red Green Blue C M Y K H S L
Decimal 160 40 121 0 0.75 0.24 0.37 319.5 0.6 0.39
Hex A0 28 79 0 4B 18 25 140 3C 27
Octal 240 50 171 0 113 30 45 500 74 47
Binary 10100000 101000 1111001 0 1001011 11000 100101 101000000 111100 100111

Color Harmonies of #A02879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02879

Black with #A02879

Text Example


Text Example

White with #A02879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02879; }

 p { color: rgb(160,40,121); }

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

background-color css

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

 a { background-color: rgb(160,40,121); }

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

border-color css

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

 span { border-color: rgb(160,40,121); }

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