Html Css Color HEX #A35175 Royal Heath

📋 copy color: '#A35175'

red 163 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #A35175

Tints of Royal Heath #A35175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 45.15%
G = 22.44%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A35175 (or 0xA35175) is known color: Royal Heath. HEX triplet: A3, 51 and 75. RGB value is (163,81,117). Sum of RGB (Red+Green+Blue) = 163+81+117=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A35175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35175 is #5CAE8A. Grayscale: #6D6D6D. Windows color (decimal): -6073995 or 7688611. OLE color: 7688611.

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

Color convert

RGB 163 81 117 -
CMYK 0 0.50 0.28 0.36
HSL 333.66º 0.34% 0.48% -
HSV(B) 333.66º 0.5% 0.64% -
XYZ 21.26 14.96 18.6 -
YUV 109.62 132.17 166.07 -
System Red Green Blue C M Y K H S L
Decimal 163 81 117 0 0.50 0.28 0.36 333.66 0.34 0.48
Hex A3 51 75 0 32 1C 24 14E 22 30
Octal 243 121 165 0 62 34 44 516 42 60
Binary 10100011 1010001 1110101 0 110010 11100 100100 101001110 100010 110000

Color Harmonies of #A35175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35175

Black with #A35175

Text Example


Text Example

White with #A35175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35175; }

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

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

background-color css

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

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

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

border-color css

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

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

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