Html Css Color HEX #A34673 Royal Heath

📋 copy color: '#A34673'

red 163 ◦ green 70 ◦ blue 115

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

Shades of Royal Heath #A34673

Tints of Royal Heath #A34673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 46.84%
G = 20.11%
B = 33.05%

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

#A34673 (or 0xA34673) is known color: Royal Heath. HEX triplet: A3, 46 and 73. RGB value is (163,70,115). Sum of RGB (Red+Green+Blue) = 163+70+115=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A34673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34673 is #5CB98C. Grayscale: #666666. Windows color (decimal): -6076813 or 7554723. OLE color: 7554723.

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

Color convert

RGB 163 70 115 -
CMYK 0 0.57 0.29 0.36
HSL 330.97º 0.4% 0.46% -
HSV(B) 330.97º 0.57% 0.64% -
XYZ 20.39 13.4 17.73 -
YUV 102.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 163 70 115 0 0.57 0.29 0.36 330.97 0.4 0.46
Hex A3 46 73 0 39 1D 24 14B 28 2E
Octal 243 106 163 0 71 35 44 513 50 56
Binary 10100011 1000110 1110011 0 111001 11101 100100 101001011 101000 101110

Color Harmonies of #A34673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34673

Black with #A34673

Text Example


Text Example

White with #A34673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34673; }

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

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

background-color css

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

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

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

border-color css

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

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

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