Html Css Color HEX #A02E6E Rouge

📋 copy color: '#A02E6E'

red 160 ◦ green 46 ◦ blue 110

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

Shades of Rouge #A02E6E

Tints of Rouge #A02E6E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.56%

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

R = 50.63%
G = 14.56%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A02E6E (or 0xA02E6E) is known color: Rouge. HEX triplet: A0, 2E and 6E. RGB value is (160,46,110). Sum of RGB (Red+Green+Blue) = 160+46+110=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02E6E is #5FD191. Grayscale: #575757. Windows color (decimal): -6279570 or 7220896. OLE color: 7220896.

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

Color convert

RGB 160 46 110 -
CMYK 0 0.71 0.31 0.37
HSL 326.32º 0.55% 0.4% -
HSV(B) 326.32º 0.71% 0.63% -
XYZ 18.29 10.55 15.82 -
YUV 87.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 160 46 110 0 0.71 0.31 0.37 326.32 0.55 0.4
Hex A0 2E 6E 0 47 1F 25 146 37 28
Octal 240 56 156 0 107 37 45 506 67 50
Binary 10100000 101110 1101110 0 1000111 11111 100101 101000110 110111 101000

Color Harmonies of #A02E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02E6E

Black with #A02E6E

Text Example


Text Example

White with #A02E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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