Html Css Color HEX #A53569 Rouge

📋 copy color: '#A53569'

red 165 ◦ green 53 ◦ blue 105

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

Shades of Rouge #A53569

Tints of Rouge #A53569

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 105 (41.41% from 255) = 32.51%

R = 51.08%
G = 16.41%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A53569 (or 0xA53569) is known color: Rouge. HEX triplet: A5, 35 and 69. RGB value is (165,53,105). Sum of RGB (Red+Green+Blue) = 165+53+105=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A53569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53569 is #5ACA96. Grayscale: #5C5C5C. Windows color (decimal): -5950103 or 6895013. OLE color: 6895013.

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

Color convert

RGB 165 53 105 -
CMYK 0 0.68 0.36 0.35
HSL 332.14º 0.51% 0.43% -
HSV(B) 332.14º 0.68% 0.65% -
XYZ 19.34 11.57 14.58 -
YUV 92.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 165 53 105 0 0.68 0.36 0.35 332.14 0.51 0.43
Hex A5 35 69 0 44 24 23 14C 33 2B
Octal 245 65 151 0 104 44 43 514 63 53
Binary 10100101 110101 1101001 0 1000100 100100 100011 101001100 110011 101011

Color Harmonies of #A53569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53569

Black with #A53569

Text Example


Text Example

White with #A53569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53569; }

 p { color: rgb(165,53,105); }

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

background-color css

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

 a { background-color: rgb(165,53,105); }

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

border-color css

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

 span { border-color: rgb(165,53,105); }

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