Html Css Color HEX #A53A6A Rouge

📋 copy color: '#A53A6A'

red 165 ◦ green 58 ◦ blue 106

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

Shades of Rouge #A53A6A

Tints of Rouge #A53A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

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

R = 50.15%
G = 17.63%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A53A6A (or 0xA53A6A) is known color: Rouge. HEX triplet: A5, 3A and 6A. RGB value is (165,58,106). Sum of RGB (Red+Green+Blue) = 165+58+106=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A6A is #5AC595. Grayscale: #5F5F5F. Windows color (decimal): -5948822 or 6961829. OLE color: 6961829.

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

Color convert

RGB 165 58 106 -
CMYK 0 0.65 0.36 0.35
HSL 333.08º 0.48% 0.44% -
HSV(B) 333.08º 0.65% 0.65% -
XYZ 19.63 12.07 14.93 -
YUV 95.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 165 58 106 0 0.65 0.36 0.35 333.08 0.48 0.44
Hex A5 3A 6A 0 41 24 23 14D 30 2C
Octal 245 72 152 0 101 44 43 515 60 54
Binary 10100101 111010 1101010 0 1000001 100100 100011 101001101 110000 101100

Color Harmonies of #A53A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53A6A

Black with #A53A6A

Text Example


Text Example

White with #A53A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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