Html Css Color HEX #A53067 Rouge

📋 copy color: '#A53067'

red 165 ◦ green 48 ◦ blue 103

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

Shades of Rouge #A53067

Tints of Rouge #A53067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

 BLUE value IS 103 (40.63% from 255) = 32.59%

R = 52.22%
G = 15.19%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A53067 (or 0xA53067) is known color: Rouge. HEX triplet: A5, 30 and 67. RGB value is (165,48,103). Sum of RGB (Red+Green+Blue) = 165+48+103=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A53067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53067 is #5ACF98. Grayscale: #595959. Windows color (decimal): -5951385 or 6762661. OLE color: 6762661.

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

Color convert

RGB 165 48 103 -
CMYK 0 0.71 0.38 0.35
HSL 331.79º 0.55% 0.42% -
HSV(B) 331.79º 0.71% 0.65% -
XYZ 19.02 11.09 13.97 -
YUV 89.25 135.76 182.03 -
System Red Green Blue C M Y K H S L
Decimal 165 48 103 0 0.71 0.38 0.35 331.79 0.55 0.42
Hex A5 30 67 0 47 26 23 14C 37 2A
Octal 245 60 147 0 107 46 43 514 67 52
Binary 10100101 110000 1100111 0 1000111 100110 100011 101001100 110111 101010

Color Harmonies of #A53067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53067

Black with #A53067

Text Example


Text Example

White with #A53067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53067; }

 p { color: rgb(165,48,103); }

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

background-color css

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

 a { background-color: rgb(165,48,103); }

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

border-color css

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

 span { border-color: rgb(165,48,103); }

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