Html Css Color HEX #A53F6B Rouge

📋 copy color: '#A53F6B'

red 165 ◦ green 63 ◦ blue 107

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

Shades of Rouge #A53F6B

Tints of Rouge #A53F6B

RGB

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

 GREEN value IS 63 (25% from 255) = 18.81%

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 49.25%
G = 18.81%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A53F6B (or 0xA53F6B) is known color: Rouge. HEX triplet: A5, 3F and 6B. RGB value is (165,63,107). Sum of RGB (Red+Green+Blue) = 165+63+107=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53F6B is #5AC094. Grayscale: #626262. Windows color (decimal): -5947541 or 7028645. OLE color: 7028645.

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

Color convert

RGB 165 63 107 -
CMYK 0 0.62 0.35 0.35
HSL 334.12º 0.45% 0.45% -
HSV(B) 334.12º 0.62% 0.65% -
XYZ 19.95 12.62 15.29 -
YUV 98.51 132.79 175.42 -
System Red Green Blue C M Y K H S L
Decimal 165 63 107 0 0.62 0.35 0.35 334.12 0.45 0.45
Hex A5 3F 6B 0 3E 23 23 14E 2D 2D
Octal 245 77 153 0 76 43 43 516 55 55
Binary 10100101 111111 1101011 0 111110 100011 100011 101001110 101101 101101

Color Harmonies of #A53F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53F6B

Black with #A53F6B

Text Example


Text Example

White with #A53F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53F6B; }

 p { color: rgb(165,63,107); }

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

background-color css

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

 a { background-color: rgb(165,63,107); }

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

border-color css

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

 span { border-color: rgb(165,63,107); }

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