Html Css Color HEX #A02D72 Rouge

📋 copy color: '#A02D72'

red 160 ◦ green 45 ◦ blue 114

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

Shades of Rouge #A02D72

Tints of Rouge #A02D72

RGB

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

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

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

R = 50.16%
G = 14.11%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A02D72 (or 0xA02D72) is known color: Rouge. HEX triplet: A0, 2D and 72. RGB value is (160,45,114). Sum of RGB (Red+Green+Blue) = 160+45+114=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02D72 is #5FD28D. Grayscale: #575757. Windows color (decimal): -6279822 or 7482784. OLE color: 7482784.

HSL color Cylindrical-coordinate representation of color #A02D72: hue angle of 324º 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 #A02D72 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 45 114 -
CMYK 0 0.72 0.29 0.37
HSL 324º 0.56% 0.4% -
HSV(B) 324º 0.72% 0.63% -
XYZ 18.47 10.57 16.99 -
YUV 87.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 160 45 114 0 0.72 0.29 0.37 324 0.56 0.4
Hex A0 2D 72 0 48 1D 25 144 38 28
Octal 240 55 162 0 110 35 45 504 70 50
Binary 10100000 101101 1110010 0 1001000 11101 100101 101000100 111000 101000

Color Harmonies of #A02D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02D72

Black with #A02D72

Text Example


Text Example

White with #A02D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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