Html Css Color HEX #A02970 Rouge

📋 copy color: '#A02970'

red 160 ◦ green 41 ◦ blue 112

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

Shades of Rouge #A02970

Tints of Rouge #A02970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

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

R = 51.12%
G = 13.1%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A02970 (or 0xA02970) is known color: Rouge. HEX triplet: A0, 29 and 70. RGB value is (160,41,112). Sum of RGB (Red+Green+Blue) = 160+41+112=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A02970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02970 is #5FD68F. Grayscale: #545454. Windows color (decimal): -6280848 or 7350688. OLE color: 7350688.

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

Color convert

RGB 160 41 112 -
CMYK 0 0.74 0.30 0.37
HSL 324.2º 0.59% 0.39% -
HSV(B) 324.2º 0.74% 0.63% -
XYZ 18.21 10.23 16.34 -
YUV 84.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 160 41 112 0 0.74 0.30 0.37 324.2 0.59 0.39
Hex A0 29 70 0 4A 1E 25 144 3B 27
Octal 240 51 160 0 112 36 45 504 73 47
Binary 10100000 101001 1110000 0 1001010 11110 100101 101000100 111011 100111

Color Harmonies of #A02970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02970

Black with #A02970

Text Example


Text Example

White with #A02970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02970; }

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

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

background-color css

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

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

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

border-color css

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

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

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