Html Css Color HEX #AB5083 Royal Heath

📋 copy color: '#AB5083'

red 171 ◦ green 80 ◦ blue 131

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

Shades of Royal Heath #AB5083

Tints of Royal Heath #AB5083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.94%

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

R = 44.76%
G = 20.94%
B = 34.29%

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

#AB5083 (or 0xAB5083) is known color: Royal Heath. HEX triplet: AB, 50 and 83. RGB value is (171,80,131). Sum of RGB (Red+Green+Blue) = 171+80+131=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5083 is #54AF7C. Grayscale: #707070. Windows color (decimal): -5549949 or 8605867. OLE color: 8605867.

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

Color convert

RGB 171 80 131 -
CMYK 0 0.53 0.23 0.33
HSL 326.37º 0.36% 0.49% -
HSV(B) 326.37º 0.53% 0.67% -
XYZ 23.76 16.03 23.32 -
YUV 113.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 171 80 131 0 0.53 0.23 0.33 326.37 0.36 0.49
Hex AB 50 83 0 35 17 21 146 24 31
Octal 253 120 203 0 65 27 41 506 44 61
Binary 10101011 1010000 10000011 0 110101 10111 100001 101000110 100100 110001

Color Harmonies of #AB5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5083

Black with #AB5083

Text Example


Text Example

White with #AB5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5083; }

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

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

background-color css

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

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

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

border-color css

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

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

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