Html Css Color HEX #AB5A7E Royal Heath

📋 copy color: '#AB5A7E'

red 171 ◦ green 90 ◦ blue 126

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

Shades of Royal Heath #AB5A7E

Tints of Royal Heath #AB5A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.26%

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

R = 44.19%
G = 23.26%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB5A7E (or 0xAB5A7E) is known color: Royal Heath. HEX triplet: AB, 5A and 7E. RGB value is (171,90,126). Sum of RGB (Red+Green+Blue) = 171+90+126=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A7E is #54A581. Grayscale: #767676. Windows color (decimal): -5547394 or 8280747. OLE color: 8280747.

HSL color Cylindrical-coordinate representation of color #AB5A7E: hue angle of 333.33º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5A7E is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 90 126 -
CMYK 0 0.47 0.26 0.33
HSL 333.33º 0.33% 0.51% -
HSV(B) 333.33º 0.47% 0.67% -
XYZ 24.22 17.48 21.84 -
YUV 118.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 171 90 126 0 0.47 0.26 0.33 333.33 0.33 0.51
Hex AB 5A 7E 0 2F 1A 21 14D 21 33
Octal 253 132 176 0 57 32 41 515 41 63
Binary 10101011 1011010 1111110 0 101111 11010 100001 101001101 100001 110011

Color Harmonies of #AB5A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A7E

Black with #AB5A7E

Text Example


Text Example

White with #AB5A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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