#A8447E

Color #A8447E Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A8447E

Tints of Royal Heath #A8447E

Color information

#A8447E (or 0xA8447E) is unknown color: approx Royal Heath. HEX triplet: A8, 44 and 7E. RGB value is (168,68,126). Sum of RGB (Red+Green+Blue) = 168+68+126=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8447E is #57BB81. Grayscale: #686868. Windows color (decimal): -5749634 or 8275112. OLE color: 8275112.

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

Color convert

RGB16868126-
CMYK00.600.250.34
HSL325.2º42.37%46.27%-
HSV(B)325.2º59.52%65.88%-
XYZ21.9813.9721.28-
YUV104.51140.13173.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.41%
GREEN value IS 68 (26.95% from 255) = 18.78%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=46.41%
G=18.78%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686812600.600.250.34325.242.3746.27
HexA8447E03C19221452a2e
Octal25010417607431425055256
Binary1010100010001001111110011110011001100010101000101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8447E; }

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

 H1.HeaderClassName
 {
   color: #A8447E;
 }
 .AnyTagClassName
 {
   color: #A8447E;
 }
</style>
background-color css

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

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

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

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

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

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