Html Css Color HEX #A43F78 Royal Heath

📋 copy color: '#A43F78'

red 164 ◦ green 63 ◦ blue 120

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

Shades of Royal Heath #A43F78

Tints of Royal Heath #A43F78

RGB

 RED value IS 164 (64.45% from 255) = 47.26%

 GREEN value IS 63 (25% from 255) = 18.16%

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

R = 47.26%
G = 18.16%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A43F78 (or 0xA43F78) is known color: Royal Heath. HEX triplet: A4, 3F and 78. RGB value is (164,63,120). Sum of RGB (Red+Green+Blue) = 164+63+120=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43F78 is #5BC087. Grayscale: #636363. Windows color (decimal): -6013064 or 7880612. OLE color: 7880612.

HSL color Cylindrical-coordinate representation of color #A43F78: hue angle of 326.14º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A43F78 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 63 120 -
CMYK 0 0.62 0.27 0.36
HSL 326.14º 0.44% 0.45% -
HSV(B) 326.14º 0.62% 0.64% -
XYZ 20.48 12.8 19.16 -
YUV 99.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 164 63 120 0 0.62 0.27 0.36 326.14 0.44 0.45
Hex A4 3F 78 0 3E 1B 24 146 2C 2D
Octal 244 77 170 0 76 33 44 506 54 55
Binary 10100100 111111 1111000 0 111110 11011 100100 101000110 101100 101101

Color Harmonies of #A43F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43F78

Black with #A43F78

Text Example


Text Example

White with #A43F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43F78; }

 p { color: rgb(164,63,120); }

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

background-color css

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

 a { background-color: rgb(164,63,120); }

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

border-color css

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

 span { border-color: rgb(164,63,120); }

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