Html Css Color HEX #A54A6D Rouge

📋 copy color: '#A54A6D'

red 165 ◦ green 74 ◦ blue 109

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

Shades of Rouge #A54A6D

Tints of Rouge #A54A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 47.41%
G = 21.26%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A54A6D (or 0xA54A6D) is known color: Rouge. HEX triplet: A5, 4A and 6D. RGB value is (165,74,109). Sum of RGB (Red+Green+Blue) = 165+74+109=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54A6D is #5AB592. Grayscale: #696969. Windows color (decimal): -5944723 or 7162533. OLE color: 7162533.

HSL color Cylindrical-coordinate representation of color #A54A6D: hue angle of 336.92º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54A6D is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 74 109 -
CMYK 0 0.55 0.34 0.35
HSL 336.92º 0.38% 0.47% -
HSV(B) 336.92º 0.55% 0.65% -
XYZ 20.73 14 16.08 -
YUV 105.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 165 74 109 0 0.55 0.34 0.35 336.92 0.38 0.47
Hex A5 4A 6D 0 37 22 23 151 26 2F
Octal 245 112 155 0 67 42 43 521 46 57
Binary 10100101 1001010 1101101 0 110111 100010 100011 101010001 100110 101111

Color Harmonies of #A54A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A6D

Black with #A54A6D

Text Example


Text Example

White with #A54A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A6D; }

 p { color: rgb(165,74,109); }

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

background-color css

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

 a { background-color: rgb(165,74,109); }

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

border-color css

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

 span { border-color: rgb(165,74,109); }

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