Html Css Color HEX #A34575 Royal Heath

📋 copy color: '#A34575'

red 163 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #A34575

Tints of Royal Heath #A34575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.77%

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

R = 46.7%
G = 19.77%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A34575 (or 0xA34575) is known color: Royal Heath. HEX triplet: A3, 45 and 75. RGB value is (163,69,117). Sum of RGB (Red+Green+Blue) = 163+69+117=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A34575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34575 is #5CBA8A. Grayscale: #666666. Windows color (decimal): -6077067 or 7685539. OLE color: 7685539.

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

Color convert

RGB 163 69 117 -
CMYK 0 0.58 0.28 0.36
HSL 329.36º 0.41% 0.45% -
HSV(B) 329.36º 0.58% 0.64% -
XYZ 20.44 13.33 18.32 -
YUV 102.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 163 69 117 0 0.58 0.28 0.36 329.36 0.41 0.45
Hex A3 45 75 0 3A 1C 24 149 29 2D
Octal 243 105 165 0 72 34 44 511 51 55
Binary 10100011 1000101 1110101 0 111010 11100 100100 101001001 101001 101101

Color Harmonies of #A34575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34575

Black with #A34575

Text Example


Text Example

White with #A34575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34575; }

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

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

background-color css

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

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

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

border-color css

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

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

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