Html Css Color HEX #A35578 Royal Heath

📋 copy color: '#A35578'

red 163 ◦ green 85 ◦ blue 120

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

Shades of Royal Heath #A35578

Tints of Royal Heath #A35578

RGB

 RED value IS 163 (64.06% from 255) = 44.29%

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 44.29%
G = 23.1%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A35578 (or 0xA35578) is known color: Royal Heath. HEX triplet: A3, 55 and 78. RGB value is (163,85,120). Sum of RGB (Red+Green+Blue) = 163+85+120=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A35578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35578 is #5CAA87. Grayscale: #707070. Windows color (decimal): -6072968 or 7886243. OLE color: 7886243.

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

Color convert

RGB 163 85 120 -
CMYK 0 0.48 0.26 0.36
HSL 333.08º 0.31% 0.49% -
HSV(B) 333.08º 0.48% 0.64% -
XYZ 21.74 15.64 19.64 -
YUV 112.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 163 85 120 0 0.48 0.26 0.36 333.08 0.31 0.49
Hex A3 55 78 0 30 1A 24 14D 1F 31
Octal 243 125 170 0 60 32 44 515 37 61
Binary 10100011 1010101 1111000 0 110000 11010 100100 101001101 11111 110001

Color Harmonies of #A35578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35578

Black with #A35578

Text Example


Text Example

White with #A35578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35578; }

 p { color: rgb(163,85,120); }

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

background-color css

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

 a { background-color: rgb(163,85,120); }

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

border-color css

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

 span { border-color: rgb(163,85,120); }

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