Html Css Color HEX #A54572 Rouge

📋 copy color: '#A54572'

red 165 ◦ green 69 ◦ blue 114

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

Shades of Rouge #A54572

Tints of Rouge #A54572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.83%

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

R = 47.41%
G = 19.83%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A54572 (or 0xA54572) is known color: Rouge. HEX triplet: A5, 45 and 72. RGB value is (165,69,114). Sum of RGB (Red+Green+Blue) = 165+69+114=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A54572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54572 is #5ABA8D. Grayscale: #666666. Windows color (decimal): -5945998 or 7488933. OLE color: 7488933.

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

Color convert

RGB 165 69 114 -
CMYK 0 0.58 0.31 0.35
HSL 331.88º 0.41% 0.46% -
HSV(B) 331.88º 0.58% 0.65% -
XYZ 20.68 13.47 17.43 -
YUV 102.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 165 69 114 0 0.58 0.31 0.35 331.88 0.41 0.46
Hex A5 45 72 0 3A 1F 23 14C 29 2E
Octal 245 105 162 0 72 37 43 514 51 56
Binary 10100101 1000101 1110010 0 111010 11111 100011 101001100 101001 101110

Color Harmonies of #A54572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54572

Black with #A54572

Text Example


Text Example

White with #A54572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54572; }

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

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

background-color css

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

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

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

border-color css

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

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

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