Html Css Color HEX #A0426A Rouge

📋 copy color: '#A0426A'

red 160 ◦ green 66 ◦ blue 106

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

Shades of Rouge #A0426A

Tints of Rouge #A0426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 48.19%
G = 19.88%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0426A (or 0xA0426A) is known color: Rouge. HEX triplet: A0, 42 and 6A. RGB value is (160,66,106). Sum of RGB (Red+Green+Blue) = 160+66+106=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A0426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0426A is #5FBD95. Grayscale: #626262. Windows color (decimal): -6274454 or 6963872. OLE color: 6963872.

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

Color convert

RGB 160 66 106 -
CMYK 0 0.59 0.34 0.37
HSL 334.47º 0.42% 0.44% -
HSV(B) 334.47º 0.59% 0.63% -
XYZ 19.05 12.41 15.03 -
YUV 98.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 160 66 106 0 0.59 0.34 0.37 334.47 0.42 0.44
Hex A0 42 6A 0 3B 22 25 14E 2A 2C
Octal 240 102 152 0 73 42 45 516 52 54
Binary 10100000 1000010 1101010 0 111011 100010 100101 101001110 101010 101100

Color Harmonies of #A0426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0426A

Black with #A0426A

Text Example


Text Example

White with #A0426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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