Html Css Color HEX #A8447C Royal Heath

📋 copy color: '#A8447C'

red 168 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #A8447C

Tints of Royal Heath #A8447C

RGB

 RED value IS 168 (66.02% from 255) = 46.67%

 GREEN value IS 68 (26.95% from 255) = 18.89%

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 46.67%
G = 18.89%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8447C (or 0xA8447C) is known color: Royal Heath. HEX triplet: A8, 44 and 7C. RGB value is (168,68,124). Sum of RGB (Red+Green+Blue) = 168+68+124=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8447C is #57BB83. Grayscale: #686868. Windows color (decimal): -5749636 or 8144040. OLE color: 8144040.

HSL color Cylindrical-coordinate representation of color #A8447C: hue angle of 326.4º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8447C is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 68 124 -
CMYK 0 0.60 0.26 0.34
HSL 326.4º 0.42% 0.46% -
HSV(B) 326.4º 0.6% 0.66% -
XYZ 21.85 13.91 20.6 -
YUV 104.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 168 68 124 0 0.60 0.26 0.34 326.4 0.42 0.46
Hex A8 44 7C 0 3C 1A 22 146 2A 2E
Octal 250 104 174 0 74 32 42 506 52 56
Binary 10101000 1000100 1111100 0 111100 11010 100010 101000110 101010 101110

Color Harmonies of #A8447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8447C

Black with #A8447C

Text Example


Text Example

White with #A8447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8447C; }

 p { color: rgb(168,68,124); }

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

background-color css

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

 a { background-color: rgb(168,68,124); }

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

border-color css

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

 span { border-color: rgb(168,68,124); }

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