Html Css Color HEX #A53B6E Rouge

📋 copy color: '#A53B6E'

red 165 ◦ green 59 ◦ blue 110

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

Shades of Rouge #A53B6E

Tints of Rouge #A53B6E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.66%

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

R = 49.4%
G = 17.66%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A53B6E (or 0xA53B6E) is known color: Rouge. HEX triplet: A5, 3B and 6E. RGB value is (165,59,110). Sum of RGB (Red+Green+Blue) = 165+59+110=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53B6E is #5AC491. Grayscale: #606060. Windows color (decimal): -5948562 or 7224229. OLE color: 7224229.

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

Color convert

RGB 165 59 110 -
CMYK 0 0.64 0.33 0.35
HSL 331.13º 0.47% 0.44% -
HSV(B) 331.13º 0.64% 0.65% -
XYZ 19.9 12.25 16.07 -
YUV 96.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 165 59 110 0 0.64 0.33 0.35 331.13 0.47 0.44
Hex A5 3B 6E 0 40 21 23 14B 2F 2C
Octal 245 73 156 0 100 41 43 513 57 54
Binary 10100101 111011 1101110 0 1000000 100001 100011 101001011 101111 101100

Color Harmonies of #A53B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B6E

Black with #A53B6E

Text Example


Text Example

White with #A53B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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