Html Css Color HEX #A52E6B Rouge

📋 copy color: '#A52E6B'

red 165 ◦ green 46 ◦ blue 107

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

Shades of Rouge #A52E6B

Tints of Rouge #A52E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 51.89%
G = 14.47%
B = 33.65%

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

#A52E6B (or 0xA52E6B) is known color: Rouge. HEX triplet: A5, 2E and 6B. RGB value is (165,46,107). Sum of RGB (Red+Green+Blue) = 165+46+107=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52E6B is #5AD194. Grayscale: #585858. Windows color (decimal): -5951893 or 7024293. OLE color: 7024293.

HSL color Cylindrical-coordinate representation of color #A52E6B: hue angle of 329.24º 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 #A52E6B is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 46 107 -
CMYK 0 0.72 0.35 0.35
HSL 329.24º 0.56% 0.41% -
HSV(B) 329.24º 0.72% 0.65% -
XYZ 19.15 11.01 15.03 -
YUV 88.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 165 46 107 0 0.72 0.35 0.35 329.24 0.56 0.41
Hex A5 2E 6B 0 48 23 23 149 38 29
Octal 245 56 153 0 110 43 43 511 70 51
Binary 10100101 101110 1101011 0 1001000 100011 100011 101001001 111000 101001

Color Harmonies of #A52E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52E6B

Black with #A52E6B

Text Example


Text Example

White with #A52E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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