Html Css Color HEX #A35178 Royal Heath

📋 copy color: '#A35178'

red 163 ◦ green 81 ◦ blue 120

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

Shades of Royal Heath #A35178

Tints of Royal Heath #A35178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.25%

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

R = 44.78%
G = 22.25%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A35178 (or 0xA35178) is known color: Royal Heath. HEX triplet: A3, 51 and 78. RGB value is (163,81,120). Sum of RGB (Red+Green+Blue) = 163+81+120=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A35178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35178 is #5CAE87. Grayscale: #6D6D6D. Windows color (decimal): -6073992 or 7885219. OLE color: 7885219.

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

Color convert

RGB 163 81 120 -
CMYK 0 0.50 0.26 0.36
HSL 331.46º 0.34% 0.48% -
HSV(B) 331.46º 0.5% 0.64% -
XYZ 21.44 15.03 19.54 -
YUV 109.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 163 81 120 0 0.50 0.26 0.36 331.46 0.34 0.48
Hex A3 51 78 0 32 1A 24 14B 22 30
Octal 243 121 170 0 62 32 44 513 42 60
Binary 10100011 1010001 1111000 0 110010 11010 100100 101001011 100010 110000

Color Harmonies of #A35178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35178

Black with #A35178

Text Example


Text Example

White with #A35178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35178; }

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

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

background-color css

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

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

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

border-color css

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

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

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