Html Css Color HEX #A5286E Rouge

📋 copy color: '#A5286E'

red 165 ◦ green 40 ◦ blue 110

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

Shades of Rouge #A5286E

Tints of Rouge #A5286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

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

R = 52.38%
G = 12.7%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5286E (or 0xA5286E) is known color: Rouge. HEX triplet: A5, 28 and 6E. RGB value is (165,40,110). Sum of RGB (Red+Green+Blue) = 165+40+110=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A5286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5286E is #5AD791. Grayscale: #555555. Windows color (decimal): -5953426 or 7219365. OLE color: 7219365.

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

Color convert

RGB 165 40 110 -
CMYK 0 0.76 0.33 0.35
HSL 326.4º 0.61% 0.4% -
HSV(B) 326.4º 0.76% 0.65% -
XYZ 19.09 10.64 15.8 -
YUV 85.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 165 40 110 0 0.76 0.33 0.35 326.4 0.61 0.4
Hex A5 28 6E 0 4C 21 23 146 3D 28
Octal 245 50 156 0 114 41 43 506 75 50
Binary 10100101 101000 1101110 0 1001100 100001 100011 101000110 111101 101000

Color Harmonies of #A5286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5286E

Black with #A5286E

Text Example


Text Example

White with #A5286E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5286E; }

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

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

background-color css

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

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

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

border-color css

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

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

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