Html Css Color HEX #A52E6C Rouge

📋 copy color: '#A52E6C'

red 165 ◦ green 46 ◦ blue 108

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

Shades of Rouge #A52E6C

Tints of Rouge #A52E6C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.42%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 51.72%
G = 14.42%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A52E6C (or 0xA52E6C) is known color: Rouge. HEX triplet: A5, 2E and 6C. RGB value is (165,46,108). Sum of RGB (Red+Green+Blue) = 165+46+108=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52E6C is #5AD193. Grayscale: #585858. Windows color (decimal): -5951892 or 7089829. OLE color: 7089829.

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

Color convert

RGB 165 46 108 -
CMYK 0 0.72 0.35 0.35
HSL 328.74º 0.56% 0.41% -
HSV(B) 328.74º 0.72% 0.65% -
XYZ 19.2 11.04 15.31 -
YUV 88.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 165 46 108 0 0.72 0.35 0.35 328.74 0.56 0.41
Hex A5 2E 6C 0 48 23 23 149 38 29
Octal 245 56 154 0 110 43 43 511 70 51
Binary 10100101 101110 1101100 0 1001000 100011 100011 101001001 111000 101001

Color Harmonies of #A52E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52E6C

Black with #A52E6C

Text Example


Text Example

White with #A52E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52E6C; }

 p { color: rgb(165,46,108); }

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

background-color css

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

 a { background-color: rgb(165,46,108); }

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

border-color css

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

 span { border-color: rgb(165,46,108); }

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