Html Css Color HEX #A0426F Rouge

📋 copy color: '#A0426F'

red 160 ◦ green 66 ◦ blue 111

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

Shades of Rouge #A0426F

Tints of Rouge #A0426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 47.48%
G = 19.58%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0426F (or 0xA0426F) is known color: Rouge. HEX triplet: A0, 42 and 6F. RGB value is (160,66,111). Sum of RGB (Red+Green+Blue) = 160+66+111=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0426F is #5FBD90. Grayscale: #636363. Windows color (decimal): -6274449 or 7291552. OLE color: 7291552.

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

Color convert

RGB 160 66 111 -
CMYK 0 0.59 0.31 0.37
HSL 331.28º 0.42% 0.44% -
HSV(B) 331.28º 0.59% 0.63% -
XYZ 19.31 12.52 16.44 -
YUV 99.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 160 66 111 0 0.59 0.31 0.37 331.28 0.42 0.44
Hex A0 42 6F 0 3B 1F 25 14B 2A 2C
Octal 240 102 157 0 73 37 45 513 52 54
Binary 10100000 1000010 1101111 0 111011 11111 100101 101001011 101010 101100

Color Harmonies of #A0426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0426F

Black with #A0426F

Text Example


Text Example

White with #A0426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0426F; }

 p { color: rgb(160,66,111); }

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

background-color css

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

 a { background-color: rgb(160,66,111); }

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

border-color css

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

 span { border-color: rgb(160,66,111); }

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