Html Css Color HEX #AB5183 Royal Heath

📋 copy color: '#AB5183'

red 171 ◦ green 81 ◦ blue 131

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

Shades of Royal Heath #AB5183

Tints of Royal Heath #AB5183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.2%

R = 44.65%
G = 21.15%
B = 34.2%

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

#AB5183 (or 0xAB5183) is known color: Royal Heath. HEX triplet: AB, 51 and 83. RGB value is (171,81,131). Sum of RGB (Red+Green+Blue) = 171+81+131=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5183 is #54AE7C. Grayscale: #717171. Windows color (decimal): -5549693 or 8606123. OLE color: 8606123.

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

Color convert

RGB 171 81 131 -
CMYK 0 0.53 0.23 0.33
HSL 326.67º 0.36% 0.49% -
HSV(B) 326.67º 0.53% 0.67% -
XYZ 23.83 16.18 23.34 -
YUV 113.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 171 81 131 0 0.53 0.23 0.33 326.67 0.36 0.49
Hex AB 51 83 0 35 17 21 147 24 31
Octal 253 121 203 0 65 27 41 507 44 61
Binary 10101011 1010001 10000011 0 110101 10111 100001 101000111 100100 110001

Color Harmonies of #AB5183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5183

Black with #AB5183

Text Example


Text Example

White with #AB5183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5183; }

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

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

background-color css

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

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

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

border-color css

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

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

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