Html Css Color HEX #A35478 Royal Heath

📋 copy color: '#A35478'

red 163 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #A35478

Tints of Royal Heath #A35478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.89%

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

R = 44.41%
G = 22.89%
B = 32.7%

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

#A35478 (or 0xA35478) is known color: Royal Heath. HEX triplet: A3, 54 and 78. RGB value is (163,84,120). Sum of RGB (Red+Green+Blue) = 163+84+120=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A35478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35478 is #5CAB87. Grayscale: #6F6F6F. Windows color (decimal): -6073224 or 7885987. OLE color: 7885987.

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

Color convert

RGB 163 84 120 -
CMYK 0 0.48 0.26 0.36
HSL 332.66º 0.32% 0.48% -
HSV(B) 332.66º 0.48% 0.64% -
XYZ 21.66 15.48 19.62 -
YUV 111.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 163 84 120 0 0.48 0.26 0.36 332.66 0.32 0.48
Hex A3 54 78 0 30 1A 24 14D 20 30
Octal 243 124 170 0 60 32 44 515 40 60
Binary 10100011 1010100 1111000 0 110000 11010 100100 101001101 100000 110000

Color Harmonies of #A35478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35478

Black with #A35478

Text Example


Text Example

White with #A35478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35478; }

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

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

background-color css

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

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

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

border-color css

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

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

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