Html Css Color HEX #A34477 Royal Heath

📋 copy color: '#A34477'

red 163 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #A34477

Tints of Royal Heath #A34477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34%

R = 46.57%
G = 19.43%
B = 34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A34477 (or 0xA34477) is known color: Royal Heath. HEX triplet: A3, 44 and 77. RGB value is (163,68,119). Sum of RGB (Red+Green+Blue) = 163+68+119=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A34477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34477 is #5CBB88. Grayscale: #666666. Windows color (decimal): -6077321 or 7816355. OLE color: 7816355.

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

Color convert

RGB 163 68 119 -
CMYK 0 0.58 0.27 0.36
HSL 327.79º 0.41% 0.45% -
HSV(B) 327.79º 0.58% 0.64% -
XYZ 20.5 13.25 18.93 -
YUV 102.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 163 68 119 0 0.58 0.27 0.36 327.79 0.41 0.45
Hex A3 44 77 0 3A 1B 24 148 29 2D
Octal 243 104 167 0 72 33 44 510 51 55
Binary 10100011 1000100 1110111 0 111010 11011 100100 101001000 101001 101101

Color Harmonies of #A34477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34477

Black with #A34477

Text Example


Text Example

White with #A34477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34477; }

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

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

background-color css

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

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

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

border-color css

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

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

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