Html Css Color HEX #A4487F Royal Heath

📋 copy color: '#A4487F'

red 164 ◦ green 72 ◦ blue 127

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

Shades of Royal Heath #A4487F

Tints of Royal Heath #A4487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 45.18%
G = 19.83%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4487F (or 0xA4487F) is known color: Royal Heath. HEX triplet: A4, 48 and 7F. RGB value is (164,72,127). Sum of RGB (Red+Green+Blue) = 164+72+127=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A4487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4487F is #5BB780. Grayscale: #696969. Windows color (decimal): -6010753 or 8341668. OLE color: 8341668.

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

Color convert

RGB 164 72 127 -
CMYK 0 0.56 0.23 0.36
HSL 324.13º 0.39% 0.46% -
HSV(B) 324.13º 0.56% 0.64% -
XYZ 21.46 14.06 21.66 -
YUV 105.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 164 72 127 0 0.56 0.23 0.36 324.13 0.39 0.46
Hex A4 48 7F 0 38 17 24 144 27 2E
Octal 244 110 177 0 70 27 44 504 47 56
Binary 10100100 1001000 1111111 0 111000 10111 100100 101000100 100111 101110

Color Harmonies of #A4487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4487F

Black with #A4487F

Text Example


Text Example

White with #A4487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4487F; }

 p { color: rgb(164,72,127); }

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

background-color css

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

 a { background-color: rgb(164,72,127); }

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

border-color css

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

 span { border-color: rgb(164,72,127); }

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