Html Css Color HEX #A5326F Rouge

📋 copy color: '#A5326F'

red 165 ◦ green 50 ◦ blue 111

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

Shades of Rouge #A5326F

Tints of Rouge #A5326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 50.61%
G = 15.34%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5326F (or 0xA5326F) is known color: Rouge. HEX triplet: A5, 32 and 6F. RGB value is (165,50,111). Sum of RGB (Red+Green+Blue) = 165+50+111=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5326F is #5ACD90. Grayscale: #5B5B5B. Windows color (decimal): -5950865 or 7287461. OLE color: 7287461.

HSL color Cylindrical-coordinate representation of color #A5326F: hue angle of 328.17º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5326F is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 50 111 -
CMYK 0 0.70 0.33 0.35
HSL 328.17º 0.53% 0.42% -
HSV(B) 328.17º 0.7% 0.65% -
XYZ 19.53 11.43 16.22 -
YUV 91.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 165 50 111 0 0.70 0.33 0.35 328.17 0.53 0.42
Hex A5 32 6F 0 46 21 23 148 35 2A
Octal 245 62 157 0 106 41 43 510 65 52
Binary 10100101 110010 1101111 0 1000110 100001 100011 101001000 110101 101010

Color Harmonies of #A5326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5326F

Black with #A5326F

Text Example


Text Example

White with #A5326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5326F; }

 p { color: rgb(165,50,111); }

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

background-color css

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

 a { background-color: rgb(165,50,111); }

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

border-color css

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

 span { border-color: rgb(165,50,111); }

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