Html Css Color HEX #A34674 Royal Heath

📋 copy color: '#A34674'

red 163 ◦ green 70 ◦ blue 116

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

Shades of Royal Heath #A34674

Tints of Royal Heath #A34674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.06%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 46.7%
G = 20.06%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A34674 (or 0xA34674) is known color: Royal Heath. HEX triplet: A3, 46 and 74. RGB value is (163,70,116). Sum of RGB (Red+Green+Blue) = 163+70+116=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A34674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34674 is #5CB98B. Grayscale: #666666. Windows color (decimal): -6076812 or 7620259. OLE color: 7620259.

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

Color convert

RGB 163 70 116 -
CMYK 0 0.57 0.29 0.36
HSL 330.32º 0.4% 0.46% -
HSV(B) 330.32º 0.57% 0.64% -
XYZ 20.45 13.43 18.04 -
YUV 103.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 163 70 116 0 0.57 0.29 0.36 330.32 0.4 0.46
Hex A3 46 74 0 39 1D 24 14A 28 2E
Octal 243 106 164 0 71 35 44 512 50 56
Binary 10100011 1000110 1110100 0 111001 11101 100100 101001010 101000 101110

Color Harmonies of #A34674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34674

Black with #A34674

Text Example


Text Example

White with #A34674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34674; }

 p { color: rgb(163,70,116); }

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

background-color css

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

 a { background-color: rgb(163,70,116); }

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

border-color css

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

 span { border-color: rgb(163,70,116); }

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