#A64F7F

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

Shades of Royal Heath #A64F7F

Tints of Royal Heath #A64F7F

Color information

#A64F7F (or 0xA64F7F) is unknown color: approx Royal Heath. HEX triplet: A6, 4F and 7F. RGB value is (166,79,127). Sum of RGB (Red+Green+Blue) = 166+79+127=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F7F is #59B080. Grayscale: #6E6E6E. Windows color (decimal): -5877889 or 8343462. OLE color: 8343462.

HSL color Cylindrical-coordinate representation of color #A64F7F: hue angle of 326.9º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A64F7F is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16679127-
CMYK00.520.230.35
HSL326.9º35.51%48.04%-
HSV(B)326.9º52.41%65.1%-
XYZ22.3515.2321.84-
YUV110.48137.32167.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 79 (31.25% from 255) = 21.24%
BLUE value IS 127 (50% from 255) = 34.14%
R=44.62%
G=21.24%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667912700.520.230.35326.935.5148.04
HexA64F7F03417231472430
Octal24611717706427435074460
Binary1010011010011111111111011010010111100011101000111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F7F; }

 p { color: rgb(166,79,127); }

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

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

 a { background-color: rgb(166,79,127); }

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

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

 span { border-color: rgb(166,79,127); }

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