Html Css Color HEX #AB5A7B Royal Heath

📋 copy color: '#AB5A7B'

red 171 ◦ green 90 ◦ blue 123

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

Shades of Royal Heath #AB5A7B

Tints of Royal Heath #AB5A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 44.53%
G = 23.44%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB5A7B (or 0xAB5A7B) is known color: Royal Heath. HEX triplet: AB, 5A and 7B. RGB value is (171,90,123). Sum of RGB (Red+Green+Blue) = 171+90+123=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A7B is #54A584. Grayscale: #757575. Windows color (decimal): -5547397 or 8084139. OLE color: 8084139.

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

Color convert

RGB 171 90 123 -
CMYK 0 0.47 0.28 0.33
HSL 335.56º 0.33% 0.51% -
HSV(B) 335.56º 0.47% 0.67% -
XYZ 24.03 17.4 20.83 -
YUV 117.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 171 90 123 0 0.47 0.28 0.33 335.56 0.33 0.51
Hex AB 5A 7B 0 2F 1C 21 150 21 33
Octal 253 132 173 0 57 34 41 520 41 63
Binary 10101011 1011010 1111011 0 101111 11100 100001 101010000 100001 110011

Color Harmonies of #AB5A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A7B

Black with #AB5A7B

Text Example


Text Example

White with #AB5A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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