#AB427B

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

Shades of Royal Heath #AB427B

Tints of Royal Heath #AB427B

Color information

#AB427B (or 0xAB427B) is unknown color: approx Royal Heath. HEX triplet: AB, 42 and 7B. RGB value is (171,66,123). Sum of RGB (Red+Green+Blue) = 171+66+123=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB427B is #54BD84. Grayscale: #676767. Windows color (decimal): -5553541 or 8077995. OLE color: 8077995.

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

Color convert

RGB17166123-
CMYK00.610.280.33
HSL327.43º44.3%46.47%-
HSV(B)327.43º61.4%67.06%-
XYZ22.3213.9820.26-
YUV103.89138.79175.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.5%
GREEN value IS 66 (26.17% from 255) = 18.33%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=47.5%
G=18.33%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716612300.610.280.33327.4344.346.47
HexAB427B03D1C211472c2e
Octal25310217307534415075456
Binary1010101110000101111011011110111100100001101000111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB427B; }

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

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

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

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

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

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

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

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