#A64F7B

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

Shades of Royal Heath #A64F7B

Tints of Royal Heath #A64F7B

Color information

#A64F7B (or 0xA64F7B) is unknown color: approx Royal Heath. HEX triplet: A6, 4F and 7B. RGB value is (166,79,123). Sum of RGB (Red+Green+Blue) = 166+79+123=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F7B is #59B084. Grayscale: #6D6D6D. Windows color (decimal): -5877893 or 8081318. OLE color: 8081318.

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

Color convert

RGB16679123-
CMYK00.520.260.35
HSL329.66º35.51%48.04%-
HSV(B)329.66º52.41%65.1%-
XYZ22.115.1320.49-
YUV110.03135.32167.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 79 (31.25% from 255) = 21.47%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=45.11%
G=21.47%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667912300.520.260.35329.6635.5148.04
HexA64F7B0341A2314a2430
Octal24611717306432435124460
Binary1010011010011111111011011010011010100011101001010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F7B; }

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

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

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

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

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

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

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

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