Html Css Color HEX #A4487D Royal Heath

📋 copy color: '#A4487D'

red 164 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #A4487D

Tints of Royal Heath #A4487D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 45.43%
G = 19.94%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4487D (or 0xA4487D) is known color: Royal Heath. HEX triplet: A4, 48 and 7D. RGB value is (164,72,125). Sum of RGB (Red+Green+Blue) = 164+72+125=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4487D is #5BB782. Grayscale: #696969. Windows color (decimal): -6010755 or 8210596. OLE color: 8210596.

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

Color convert

RGB 164 72 125 -
CMYK 0 0.56 0.24 0.36
HSL 325.43º 0.39% 0.46% -
HSV(B) 325.43º 0.56% 0.64% -
XYZ 21.33 14.01 20.98 -
YUV 105.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 164 72 125 0 0.56 0.24 0.36 325.43 0.39 0.46
Hex A4 48 7D 0 38 18 24 145 27 2E
Octal 244 110 175 0 70 30 44 505 47 56
Binary 10100100 1001000 1111101 0 111000 11000 100100 101000101 100111 101110

Color Harmonies of #A4487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4487D

Black with #A4487D

Text Example


Text Example

White with #A4487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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