Html Css Color HEX #A02F72 Rouge

📋 copy color: '#A02F72'

red 160 ◦ green 47 ◦ blue 114

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

Shades of Rouge #A02F72

Tints of Rouge #A02F72

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.64%

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

R = 49.84%
G = 14.64%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A02F72 (or 0xA02F72) is known color: Rouge. HEX triplet: A0, 2F and 72. RGB value is (160,47,114). Sum of RGB (Red+Green+Blue) = 160+47+114=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02F72 is #5FD08D. Grayscale: #585858. Windows color (decimal): -6279310 or 7483296. OLE color: 7483296.

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

Color convert

RGB 160 47 114 -
CMYK 0 0.71 0.29 0.37
HSL 324.42º 0.55% 0.41% -
HSV(B) 324.42º 0.71% 0.63% -
XYZ 18.55 10.72 17.01 -
YUV 88.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 160 47 114 0 0.71 0.29 0.37 324.42 0.55 0.41
Hex A0 2F 72 0 47 1D 25 144 37 29
Octal 240 57 162 0 107 35 45 504 67 51
Binary 10100000 101111 1110010 0 1000111 11101 100101 101000100 110111 101001

Color Harmonies of #A02F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02F72

Black with #A02F72

Text Example


Text Example

White with #A02F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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