Html Css Color HEX #A34680 Royal Heath

📋 copy color: '#A34680'

red 163 ◦ green 70 ◦ blue 128

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

Shades of Royal Heath #A34680

Tints of Royal Heath #A34680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 45.15%
G = 19.39%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A34680 (or 0xA34680) is known color: Royal Heath. HEX triplet: A3, 46 and 80. RGB value is (163,70,128). Sum of RGB (Red+Green+Blue) = 163+70+128=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A34680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34680 is #5CB97F. Grayscale: #686868. Windows color (decimal): -6076800 or 8406691. OLE color: 8406691.

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

Color convert

RGB 163 70 128 -
CMYK 0 0.57 0.21 0.36
HSL 322.58º 0.4% 0.46% -
HSV(B) 322.58º 0.57% 0.64% -
XYZ 21.19 13.73 21.95 -
YUV 104.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 163 70 128 0 0.57 0.21 0.36 322.58 0.4 0.46
Hex A3 46 80 0 39 15 24 143 28 2E
Octal 243 106 200 0 71 25 44 503 50 56
Binary 10100011 1000110 10000000 0 111001 10101 100100 101000011 101000 101110

Color Harmonies of #A34680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34680

Black with #A34680

Text Example


Text Example

White with #A34680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34680; }

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

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

background-color css

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

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

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

border-color css

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

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

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