Html Css Color HEX #A53B6A Rouge

📋 copy color: '#A53B6A'

red 165 ◦ green 59 ◦ blue 106

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

Shades of Rouge #A53B6A

Tints of Rouge #A53B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 50%
G = 17.88%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A53B6A (or 0xA53B6A) is known color: Rouge. HEX triplet: A5, 3B and 6A. RGB value is (165,59,106). Sum of RGB (Red+Green+Blue) = 165+59+106=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53B6A is #5AC495. Grayscale: #5F5F5F. Windows color (decimal): -5948566 or 6962085. OLE color: 6962085.

HSL color Cylindrical-coordinate representation of color #A53B6A: hue angle of 333.4º 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 #A53B6A is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 59 106 -
CMYK 0 0.64 0.36 0.35
HSL 333.4º 0.47% 0.44% -
HSV(B) 333.4º 0.64% 0.65% -
XYZ 19.68 12.17 14.95 -
YUV 96.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 165 59 106 0 0.64 0.36 0.35 333.4 0.47 0.44
Hex A5 3B 6A 0 40 24 23 14D 2F 2C
Octal 245 73 152 0 100 44 43 515 57 54
Binary 10100101 111011 1101010 0 1000000 100100 100011 101001101 101111 101100

Color Harmonies of #A53B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B6A

Black with #A53B6A

Text Example


Text Example

White with #A53B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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