Html Css Color HEX #AB5184 Royal Heath

📋 copy color: '#AB5184'

red 171 ◦ green 81 ◦ blue 132

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

Shades of Royal Heath #AB5184

Tints of Royal Heath #AB5184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.38%

R = 44.53%
G = 21.09%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB5184 (or 0xAB5184) is known color: Royal Heath. HEX triplet: AB, 51 and 84. RGB value is (171,81,132). Sum of RGB (Red+Green+Blue) = 171+81+132=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5184 is #54AE7B. Grayscale: #717171. Windows color (decimal): -5549692 or 8671659. OLE color: 8671659.

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

Color convert

RGB 171 81 132 -
CMYK 0 0.53 0.23 0.33
HSL 326º 0.36% 0.49% -
HSV(B) 326º 0.53% 0.67% -
XYZ 23.9 16.21 23.7 -
YUV 113.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 171 81 132 0 0.53 0.23 0.33 326 0.36 0.49
Hex AB 51 84 0 35 17 21 146 24 31
Octal 253 121 204 0 65 27 41 506 44 61
Binary 10101011 1010001 10000100 0 110101 10111 100001 101000110 100100 110001

Color Harmonies of #AB5184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5184

Black with #AB5184

Text Example


Text Example

White with #AB5184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5184; }

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

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

background-color css

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

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

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

border-color css

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

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

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