Html Css Color HEX #A34A78 Royal Heath

📋 copy color: '#A34A78'

red 163 ◦ green 74 ◦ blue 120

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

Shades of Royal Heath #A34A78

Tints of Royal Heath #A34A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.73%

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 45.66%
G = 20.73%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A34A78 (or 0xA34A78) is known color: Royal Heath. HEX triplet: A3, 4A and 78. RGB value is (163,74,120). Sum of RGB (Red+Green+Blue) = 163+74+120=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A78 is #5CB587. Grayscale: #696969. Windows color (decimal): -6075784 or 7883427. OLE color: 7883427.

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

Color convert

RGB 163 74 120 -
CMYK 0 0.55 0.26 0.36
HSL 328.99º 0.38% 0.46% -
HSV(B) 328.99º 0.55% 0.64% -
XYZ 20.94 14.04 19.38 -
YUV 105.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 163 74 120 0 0.55 0.26 0.36 328.99 0.38 0.46
Hex A3 4A 78 0 37 1A 24 149 26 2E
Octal 243 112 170 0 67 32 44 511 46 56
Binary 10100011 1001010 1111000 0 110111 11010 100100 101001001 100110 101110

Color Harmonies of #A34A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A78

Black with #A34A78

Text Example


Text Example

White with #A34A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A78; }

 p { color: rgb(163,74,120); }

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

background-color css

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

 a { background-color: rgb(163,74,120); }

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

border-color css

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

 span { border-color: rgb(163,74,120); }

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