#AB4E6E

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

Shades of Royal Heath #AB4E6E

Tints of Royal Heath #AB4E6E

Color information

#AB4E6E (or 0xAB4E6E) is unknown color: approx Royal Heath. HEX triplet: AB, 4E and 6E. RGB value is (171,78,110). Sum of RGB (Red+Green+Blue) = 171+78+110=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4E6E is #54B191. Grayscale: #6D6D6D. Windows color (decimal): -5550482 or 7229099. OLE color: 7229099.

HSL color Cylindrical-coordinate representation of color #AB4E6E: hue angle of 339.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB4E6E is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17178110-
CMYK00.540.360.33
HSL339.35º37.35%48.82%-
HSV(B)339.35º54.39%67.06%-
XYZ22.3315.2316.51-
YUV109.46128.31171.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=47.63%
G=21.73%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717811000.540.360.33339.3537.3548.82
HexAB4E6E03624211532531
Octal25311615606644415234561
Binary10101011100111011011100110110100100100001101010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E6E; }

 p { color: rgb(171,78,110); }

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

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

 a { background-color: rgb(171,78,110); }

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

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

 span { border-color: rgb(171,78,110); }

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