#A94B7E

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

Shades of Royal Heath #A94B7E

Tints of Royal Heath #A94B7E

Color information

#A94B7E (or 0xA94B7E) is unknown color: approx Royal Heath. HEX triplet: A9, 4B and 7E. RGB value is (169,75,126). Sum of RGB (Red+Green+Blue) = 169+75+126=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A94B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94B7E is #56B481. Grayscale: #6C6C6C. Windows color (decimal): -5682306 or 8276905. OLE color: 8276905.

HSL color Cylindrical-coordinate representation of color #A94B7E: hue angle of 327.45º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94B7E is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16975126-
CMYK00.560.250.34
HSL327.45º38.52%47.84%-
HSV(B)327.45º55.62%66.27%-
XYZ22.6414.9721.44-
YUV108.92137.64170.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=45.68%
G=20.27%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697512600.560.250.34327.4538.5247.84
HexA94B7E03819221472730
Octal25111317607031425074760
Binary1010100110010111111110011100011001100010101000111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94B7E; }

 p { color: rgb(169,75,126); }

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

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

 a { background-color: rgb(169,75,126); }

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

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

 span { border-color: rgb(169,75,126); }

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