#A95C7D

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

Shades of Royal Heath #A95C7D

Tints of Royal Heath #A95C7D

Color information

#A95C7D (or 0xA95C7D) is unknown color: approx Royal Heath. HEX triplet: A9, 5C and 7D. RGB value is (169,92,125). Sum of RGB (Red+Green+Blue) = 169+92+125=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95C7D is #56A382. Grayscale: #767676. Windows color (decimal): -5677955 or 8215721. OLE color: 8215721.

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

Color convert

RGB16992125-
CMYK00.460.260.34
HSL334.29º30.92%51.18%-
HSV(B)334.29º45.56%66.27%-
XYZ23.8917.5721.53-
YUV118.78131.51163.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 92 (36.33% from 255) = 23.83%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=43.78%
G=23.83%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699212500.460.260.34334.2930.9251.18
HexA95C7D02E1A2214e1f33
Octal25113417505632425163763
Binary101010011011100111110101011101101010001010100111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C7D; }

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

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

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

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

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

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

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

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