Html Css Color HEX #A5336E Rouge

📋 copy color: '#A5336E'

red 165 ◦ green 51 ◦ blue 110

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

Shades of Rouge #A5336E

Tints of Rouge #A5336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

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

R = 50.61%
G = 15.64%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5336E (or 0xA5336E) is known color: Rouge. HEX triplet: A5, 33 and 6E. RGB value is (165,51,110). Sum of RGB (Red+Green+Blue) = 165+51+110=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5336E is #5ACC91. Grayscale: #5B5B5B. Windows color (decimal): -5950610 or 7222181. OLE color: 7222181.

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

Color convert

RGB 165 51 110 -
CMYK 0 0.69 0.33 0.35
HSL 328.95º 0.53% 0.42% -
HSV(B) 328.95º 0.69% 0.65% -
XYZ 19.52 11.49 15.94 -
YUV 91.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 165 51 110 0 0.69 0.33 0.35 328.95 0.53 0.42
Hex A5 33 6E 0 45 21 23 149 35 2A
Octal 245 63 156 0 105 41 43 511 65 52
Binary 10100101 110011 1101110 0 1000101 100001 100011 101001001 110101 101010

Color Harmonies of #A5336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5336E

Black with #A5336E

Text Example


Text Example

White with #A5336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5336E; }

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

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

background-color css

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

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

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

border-color css

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

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

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