Html Css Color HEX #A02A6E Rouge

📋 copy color: '#A02A6E'

red 160 ◦ green 42 ◦ blue 110

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

Shades of Rouge #A02A6E

Tints of Rouge #A02A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 51.28%
G = 13.46%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A02A6E (or 0xA02A6E) is known color: Rouge. HEX triplet: A0, 2A and 6E. RGB value is (160,42,110). Sum of RGB (Red+Green+Blue) = 160+42+110=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A6E is #5FD591. Grayscale: #545454. Windows color (decimal): -6280594 or 7219872. OLE color: 7219872.

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

Color convert

RGB 160 42 110 -
CMYK 0 0.74 0.31 0.37
HSL 325.42º 0.58% 0.4% -
HSV(B) 325.42º 0.74% 0.63% -
XYZ 18.14 10.26 15.78 -
YUV 85.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 160 42 110 0 0.74 0.31 0.37 325.42 0.58 0.4
Hex A0 2A 6E 0 4A 1F 25 145 3A 28
Octal 240 52 156 0 112 37 45 505 72 50
Binary 10100000 101010 1101110 0 1001010 11111 100101 101000101 111010 101000

Color Harmonies of #A02A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A6E

Black with #A02A6E

Text Example


Text Example

White with #A02A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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