Html Css Color HEX #AB4E7E Royal Heath

📋 copy color: '#AB4E7E'

red 171 ◦ green 78 ◦ blue 126

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

Shades of Royal Heath #AB4E7E

Tints of Royal Heath #AB4E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 45.6%
G = 20.8%
B = 33.6%

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

#AB4E7E (or 0xAB4E7E) is known color: Royal Heath. HEX triplet: AB, 4E and 7E. RGB value is (171,78,126). Sum of RGB (Red+Green+Blue) = 171+78+126=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4E7E is #54B181. Grayscale: #6F6F6F. Windows color (decimal): -5550466 or 8277675. OLE color: 8277675.

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

Color convert

RGB 171 78 126 -
CMYK 0 0.54 0.26 0.33
HSL 329.03º 0.37% 0.49% -
HSV(B) 329.03º 0.54% 0.67% -
XYZ 23.28 15.61 21.53 -
YUV 111.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 171 78 126 0 0.54 0.26 0.33 329.03 0.37 0.49
Hex AB 4E 7E 0 36 1A 21 149 25 31
Octal 253 116 176 0 66 32 41 511 45 61
Binary 10101011 1001110 1111110 0 110110 11010 100001 101001001 100101 110001

Color Harmonies of #AB4E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4E7E

Black with #AB4E7E

Text Example


Text Example

White with #AB4E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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