Html Css Color HEX #A02A7C Dark Purple

📋 copy color: '#A02A7C'

red 160 ◦ green 42 ◦ blue 124

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

Shades of Dark Purple #A02A7C

Tints of Dark Purple #A02A7C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.88%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 49.08%
G = 12.88%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A02A7C (or 0xA02A7C) is known color: Dark Purple. HEX triplet: A0, 2A and 7C. RGB value is (160,42,124). Sum of RGB (Red+Green+Blue) = 160+42+124=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A7C is #5FD583. Grayscale: #565656. Windows color (decimal): -6280580 or 8137376. OLE color: 8137376.

HSL color Cylindrical-coordinate representation of color #A02A7C: hue angle of 318.31º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A7C is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 42 124 -
CMYK 0 0.74 0.22 0.37
HSL 318.31º 0.58% 0.4% -
HSV(B) 318.31º 0.74% 0.63% -
XYZ 18.96 10.58 20.11 -
YUV 86.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 160 42 124 0 0.74 0.22 0.37 318.31 0.58 0.4
Hex A0 2A 7C 0 4A 16 25 13E 3A 28
Octal 240 52 174 0 112 26 45 476 72 50
Binary 10100000 101010 1111100 0 1001010 10110 100101 100111110 111010 101000

Color Harmonies of #A02A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A7C

Black with #A02A7C

Text Example


Text Example

White with #A02A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A7C; }

 p { color: rgb(160,42,124); }

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

background-color css

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

 a { background-color: rgb(160,42,124); }

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

border-color css

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

 span { border-color: rgb(160,42,124); }

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