#AB4D7B

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

Shades of Royal Heath #AB4D7B

Tints of Royal Heath #AB4D7B

Color information

#AB4D7B (or 0xAB4D7B) is unknown color: approx Royal Heath. HEX triplet: AB, 4D and 7B. RGB value is (171,77,123). Sum of RGB (Red+Green+Blue) = 171+77+123=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4D7B is #54B284. Grayscale: #6E6E6E. Windows color (decimal): -5550725 or 8080811. OLE color: 8080811.

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

Color convert

RGB17177123-
CMYK00.550.280.33
HSL330.64º37.9%48.63%-
HSV(B)330.64º54.97%67.06%-
XYZ23.0215.420.5-
YUV110.35135.14171.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=46.09%
G=20.75%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717712300.550.280.33330.6437.948.63
HexAB4D7B0371C2114b2631
Octal25311517306734415134661
Binary1010101110011011111011011011111100100001101001011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4D7B; }

 p { color: rgb(171,77,123); }

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

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

 a { background-color: rgb(171,77,123); }

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

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

 span { border-color: rgb(171,77,123); }

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