Html Css Color HEX #A35A79 Royal Heath

📋 copy color: '#A35A79'

red 163 ◦ green 90 ◦ blue 121

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

Shades of Royal Heath #A35A79

Tints of Royal Heath #A35A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 43.58%
G = 24.06%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A35A79 (or 0xA35A79) is known color: Royal Heath. HEX triplet: A3, 5A and 79. RGB value is (163,90,121). Sum of RGB (Red+Green+Blue) = 163+90+121=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A79 is #5CA586. Grayscale: #737373. Windows color (decimal): -6071687 or 7953059. OLE color: 7953059.

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

Color convert

RGB 163 90 121 -
CMYK 0 0.45 0.26 0.36
HSL 334.52º 0.29% 0.5% -
HSV(B) 334.52º 0.45% 0.64% -
XYZ 22.21 16.48 20.1 -
YUV 115.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 163 90 121 0 0.45 0.26 0.36 334.52 0.29 0.5
Hex A3 5A 79 0 2D 1A 24 14F 1D 32
Octal 243 132 171 0 55 32 44 517 35 62
Binary 10100011 1011010 1111001 0 101101 11010 100100 101001111 11101 110010

Color Harmonies of #A35A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A79

Black with #A35A79

Text Example


Text Example

White with #A35A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A79; }

 p { color: rgb(163,90,121); }

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

background-color css

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

 a { background-color: rgb(163,90,121); }

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

border-color css

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

 span { border-color: rgb(163,90,121); }

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