Html Css Color HEX #A35170 Royal Heath

📋 copy color: '#A35170'

red 163 ◦ green 81 ◦ blue 112

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

Shades of Royal Heath #A35170

Tints of Royal Heath #A35170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 45.79%
G = 22.75%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A35170 (or 0xA35170) is known color: Royal Heath. HEX triplet: A3, 51 and 70. RGB value is (163,81,112). Sum of RGB (Red+Green+Blue) = 163+81+112=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A35170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35170 is #5CAE8F. Grayscale: #6D6D6D. Windows color (decimal): -6074000 or 7360931. OLE color: 7360931.

HSL color Cylindrical-coordinate representation of color #A35170: hue angle of 337.32º 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 #A35170 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 81 112 -
CMYK 0 0.50 0.31 0.36
HSL 337.32º 0.34% 0.48% -
HSV(B) 337.32º 0.5% 0.64% -
XYZ 20.97 14.84 17.09 -
YUV 109.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 163 81 112 0 0.50 0.31 0.36 337.32 0.34 0.48
Hex A3 51 70 0 32 1F 24 151 22 30
Octal 243 121 160 0 62 37 44 521 42 60
Binary 10100011 1010001 1110000 0 110010 11111 100100 101010001 100010 110000

Color Harmonies of #A35170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35170

Black with #A35170

Text Example


Text Example

White with #A35170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35170; }

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

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

background-color css

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

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

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

border-color css

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

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

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