Html Css Color HEX #A02D70 Rouge

📋 copy color: '#A02D70'

red 160 ◦ green 45 ◦ blue 112

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

Shades of Rouge #A02D70

Tints of Rouge #A02D70

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

 BLUE value IS 112 (44.14% from 255) = 35.33%

R = 50.47%
G = 14.2%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A02D70 (or 0xA02D70) is known color: Rouge. HEX triplet: A0, 2D and 70. RGB value is (160,45,112). Sum of RGB (Red+Green+Blue) = 160+45+112=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02D70 is #5FD28F. Grayscale: #565656. Windows color (decimal): -6279824 or 7351712. OLE color: 7351712.

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

Color convert

RGB 160 45 112 -
CMYK 0 0.72 0.30 0.37
HSL 325.04º 0.56% 0.4% -
HSV(B) 325.04º 0.72% 0.63% -
XYZ 18.36 10.52 16.39 -
YUV 87.02 142.1 180.05 -
System Red Green Blue C M Y K H S L
Decimal 160 45 112 0 0.72 0.30 0.37 325.04 0.56 0.4
Hex A0 2D 70 0 48 1E 25 145 38 28
Octal 240 55 160 0 110 36 45 505 70 50
Binary 10100000 101101 1110000 0 1001000 11110 100101 101000101 111000 101000

Color Harmonies of #A02D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02D70

Black with #A02D70

Text Example


Text Example

White with #A02D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02D70; }

 p { color: rgb(160,45,112); }

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

background-color css

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

 a { background-color: rgb(160,45,112); }

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

border-color css

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

 span { border-color: rgb(160,45,112); }

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