Html Css Color HEX #A34476 Royal Heath

📋 copy color: '#A34476'

red 163 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #A34476

Tints of Royal Heath #A34476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.48%

 BLUE value IS 118 (46.48% from 255) = 33.81%

R = 46.7%
G = 19.48%
B = 33.81%

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

#A34476 (or 0xA34476) is known color: Royal Heath. HEX triplet: A3, 44 and 76. RGB value is (163,68,118). Sum of RGB (Red+Green+Blue) = 163+68+118=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A34476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34476 is #5CBB89. Grayscale: #666666. Windows color (decimal): -6077322 or 7750819. OLE color: 7750819.

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

Color convert

RGB 163 68 118 -
CMYK 0 0.58 0.28 0.36
HSL 328.42º 0.41% 0.45% -
HSV(B) 328.42º 0.58% 0.64% -
XYZ 20.44 13.23 18.62 -
YUV 102.11 136.97 171.43 -
System Red Green Blue C M Y K H S L
Decimal 163 68 118 0 0.58 0.28 0.36 328.42 0.41 0.45
Hex A3 44 76 0 3A 1C 24 148 29 2D
Octal 243 104 166 0 72 34 44 510 51 55
Binary 10100011 1000100 1110110 0 111010 11100 100100 101001000 101001 101101

Color Harmonies of #A34476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34476

Black with #A34476

Text Example


Text Example

White with #A34476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34476; }

 p { color: rgb(163,68,118); }

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

background-color css

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

 a { background-color: rgb(163,68,118); }

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

border-color css

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

 span { border-color: rgb(163,68,118); }

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