Html Css Color HEX #AB5178 Royal Heath

📋 copy color: '#AB5178'

red 171 ◦ green 81 ◦ blue 120

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

Shades of Royal Heath #AB5178

Tints of Royal Heath #AB5178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.77%

 BLUE value IS 120 (47.27% from 255) = 32.26%

R = 45.97%
G = 21.77%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB5178 (or 0xAB5178) is known color: Royal Heath. HEX triplet: AB, 51 and 78. RGB value is (171,81,120). Sum of RGB (Red+Green+Blue) = 171+81+120=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5178 is #54AE87. Grayscale: #707070. Windows color (decimal): -5549704 or 7885227. OLE color: 7885227.

HSL color Cylindrical-coordinate representation of color #AB5178: hue angle of 334º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5178 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 81 120 -
CMYK 0 0.53 0.30 0.33
HSL 334º 0.36% 0.49% -
HSV(B) 334º 0.53% 0.67% -
XYZ 23.13 15.9 19.62 -
YUV 112.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 171 81 120 0 0.53 0.30 0.33 334 0.36 0.49
Hex AB 51 78 0 35 1E 21 14E 24 31
Octal 253 121 170 0 65 36 41 516 44 61
Binary 10101011 1010001 1111000 0 110101 11110 100001 101001110 100100 110001

Color Harmonies of #AB5178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5178

Black with #AB5178

Text Example


Text Example

White with #AB5178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5178; }

 p { color: rgb(171,81,120); }

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

background-color css

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

 a { background-color: rgb(171,81,120); }

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

border-color css

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

 span { border-color: rgb(171,81,120); }

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