Html Css Color HEX #A4487B Royal Heath

📋 copy color: '#A4487B'

red 164 ◦ green 72 ◦ blue 123

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

Shades of Royal Heath #A4487B

Tints of Royal Heath #A4487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 45.68%
G = 20.06%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4487B (or 0xA4487B) is known color: Royal Heath. HEX triplet: A4, 48 and 7B. RGB value is (164,72,123). Sum of RGB (Red+Green+Blue) = 164+72+123=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4487B is #5BB784. Grayscale: #696969. Windows color (decimal): -6010757 or 8079524. OLE color: 8079524.

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

Color convert

RGB 164 72 123 -
CMYK 0 0.56 0.25 0.36
HSL 326.74º 0.39% 0.46% -
HSV(B) 326.74º 0.56% 0.64% -
XYZ 21.2 13.96 20.32 -
YUV 105.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 164 72 123 0 0.56 0.25 0.36 326.74 0.39 0.46
Hex A4 48 7B 0 38 19 24 147 27 2E
Octal 244 110 173 0 70 31 44 507 47 56
Binary 10100100 1001000 1111011 0 111000 11001 100100 101000111 100111 101110

Color Harmonies of #A4487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4487B

Black with #A4487B

Text Example


Text Example

White with #A4487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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