Html Css Color HEX #AB4E7F Royal Heath

📋 copy color: '#AB4E7F'

red 171 ◦ green 78 ◦ blue 127

#AB4E7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AB4E7F

Tints of Royal Heath #AB4E7F

RGB

 RED value IS 171 (67.19% from 255) = 45.48%

 GREEN value IS 78 (30.86% from 255) = 20.74%

 BLUE value IS 127 (50% from 255) = 33.78%

R = 45.48%
G = 20.74%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB4E7F (or 0xAB4E7F) is known color: Royal Heath. HEX triplet: AB, 4E and 7F. RGB value is (171,78,127). Sum of RGB (Red+Green+Blue) = 171+78+127=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4E7F is #54B180. Grayscale: #6F6F6F. Windows color (decimal): -5550465 or 8343211. OLE color: 8343211.

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

Color convert

RGB 171 78 127 -
CMYK 0 0.54 0.26 0.33
HSL 328.39º 0.37% 0.49% -
HSV(B) 328.39º 0.54% 0.67% -
XYZ 23.35 15.64 21.87 -
YUV 111.39 136.81 170.52 -
System Red Green Blue C M Y K H S L
Decimal 171 78 127 0 0.54 0.26 0.33 328.39 0.37 0.49
Hex AB 4E 7F 0 36 1A 21 148 25 31
Octal 253 116 177 0 66 32 41 510 45 61
Binary 10101011 1001110 1111111 0 110110 11010 100001 101001000 100101 110001

Color Harmonies of #AB4E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4E7F

Black with #AB4E7F

Text Example


Text Example

White with #AB4E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4E7F; }

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

 H1.HeaderClassName
 {
   color: #AB4E7F;
 }
 .AnyTagClassName
 {
   color: #AB4E7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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