Html Css Color HEX #A35172 Royal Heath

📋 copy color: '#A35172'

red 163 ◦ green 81 ◦ blue 114

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

Shades of Royal Heath #A35172

Tints of Royal Heath #A35172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 45.53%
G = 22.63%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A35172 (or 0xA35172) is known color: Royal Heath. HEX triplet: A3, 51 and 72. RGB value is (163,81,114). Sum of RGB (Red+Green+Blue) = 163+81+114=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A35172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35172 is #5CAE8D. Grayscale: #6D6D6D. Windows color (decimal): -6073998 or 7492003. OLE color: 7492003.

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

Color convert

RGB 163 81 114 -
CMYK 0 0.50 0.30 0.36
HSL 335.85º 0.34% 0.48% -
HSV(B) 335.85º 0.5% 0.64% -
XYZ 21.08 14.89 17.68 -
YUV 109.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 163 81 114 0 0.50 0.30 0.36 335.85 0.34 0.48
Hex A3 51 72 0 32 1E 24 150 22 30
Octal 243 121 162 0 62 36 44 520 42 60
Binary 10100011 1010001 1110010 0 110010 11110 100100 101010000 100010 110000

Color Harmonies of #A35172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35172

Black with #A35172

Text Example


Text Example

White with #A35172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35172; }

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

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

background-color css

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

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

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

border-color css

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

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

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