Html Css Color HEX #A5296E Rouge

📋 copy color: '#A5296E'

red 165 ◦ green 41 ◦ blue 110

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

Shades of Rouge #A5296E

Tints of Rouge #A5296E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 52.22%
G = 12.97%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5296E (or 0xA5296E) is known color: Rouge. HEX triplet: A5, 29 and 6E. RGB value is (165,41,110). Sum of RGB (Red+Green+Blue) = 165+41+110=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A5296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5296E is #5AD691. Grayscale: #555555. Windows color (decimal): -5953170 or 7219621. OLE color: 7219621.

HSL color Cylindrical-coordinate representation of color #A5296E: hue angle of 326.61º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5296E is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 41 110 -
CMYK 0 0.75 0.33 0.35
HSL 326.61º 0.6% 0.4% -
HSV(B) 326.61º 0.75% 0.65% -
XYZ 19.12 10.71 15.81 -
YUV 85.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 165 41 110 0 0.75 0.33 0.35 326.61 0.6 0.4
Hex A5 29 6E 0 4B 21 23 147 3C 28
Octal 245 51 156 0 113 41 43 507 74 50
Binary 10100101 101001 1101110 0 1001011 100001 100011 101000111 111100 101000

Color Harmonies of #A5296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5296E

Black with #A5296E

Text Example


Text Example

White with #A5296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5296E; }

 p { color: rgb(165,41,110); }

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

background-color css

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

 a { background-color: rgb(165,41,110); }

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

border-color css

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

 span { border-color: rgb(165,41,110); }

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