Html Css Color HEX #A54472 Rouge

📋 copy color: '#A54472'

red 165 ◦ green 68 ◦ blue 114

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

Shades of Rouge #A54472

Tints of Rouge #A54472

RGB

 RED value IS 165 (64.84% from 255) = 47.55%

 GREEN value IS 68 (26.95% from 255) = 19.6%

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

R = 47.55%
G = 19.6%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A54472 (or 0xA54472) is known color: Rouge. HEX triplet: A5, 44 and 72. RGB value is (165,68,114). Sum of RGB (Red+Green+Blue) = 165+68+114=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A54472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54472 is #5ABB8D. Grayscale: #666666. Windows color (decimal): -5946254 or 7488677. OLE color: 7488677.

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

Color convert

RGB 165 68 114 -
CMYK 0 0.59 0.31 0.35
HSL 331.55º 0.42% 0.46% -
HSV(B) 331.55º 0.59% 0.65% -
XYZ 20.62 13.35 17.41 -
YUV 102.25 134.64 172.76 -
System Red Green Blue C M Y K H S L
Decimal 165 68 114 0 0.59 0.31 0.35 331.55 0.42 0.46
Hex A5 44 72 0 3B 1F 23 14C 2A 2E
Octal 245 104 162 0 73 37 43 514 52 56
Binary 10100101 1000100 1110010 0 111011 11111 100011 101001100 101010 101110

Color Harmonies of #A54472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54472

Black with #A54472

Text Example


Text Example

White with #A54472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54472; }

 p { color: rgb(165,68,114); }

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

background-color css

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

 a { background-color: rgb(165,68,114); }

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

border-color css

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

 span { border-color: rgb(165,68,114); }

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