#A95C7E

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

Shades of Royal Heath #A95C7E

Tints of Royal Heath #A95C7E

Color information

#A95C7E (or 0xA95C7E) is unknown color: approx Royal Heath. HEX triplet: A9, 5C and 7E. RGB value is (169,92,126). Sum of RGB (Red+Green+Blue) = 169+92+126=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95C7E is #56A381. Grayscale: #767676. Windows color (decimal): -5677954 or 8281257. OLE color: 8281257.

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

Color convert

RGB16992126-
CMYK00.460.250.34
HSL333.51º30.92%51.18%-
HSV(B)333.51º45.56%66.27%-
XYZ23.9617.621.87-
YUV118.9132.01163.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=43.67%
G=23.77%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699212600.460.250.34333.5130.9251.18
HexA95C7E02E192214e1f33
Octal25113417605631425163763
Binary101010011011100111111001011101100110001010100111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C7E; }

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

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

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

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

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

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

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

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