Html Css Color HEX #AB5883 Royal Heath

📋 copy color: '#AB5883'

red 171 ◦ green 88 ◦ blue 131

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

Shades of Royal Heath #AB5883

Tints of Royal Heath #AB5883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.56%

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

R = 43.85%
G = 22.56%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB5883 (or 0xAB5883) is known color: Royal Heath. HEX triplet: AB, 58 and 83. RGB value is (171,88,131). Sum of RGB (Red+Green+Blue) = 171+88+131=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5883 is #54A77C. Grayscale: #757575. Windows color (decimal): -5547901 or 8607915. OLE color: 8607915.

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

Color convert

RGB 171 88 131 -
CMYK 0 0.49 0.23 0.33
HSL 328.92º 0.33% 0.51% -
HSV(B) 328.92º 0.49% 0.67% -
XYZ 24.38 17.28 23.52 -
YUV 117.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 171 88 131 0 0.49 0.23 0.33 328.92 0.33 0.51
Hex AB 58 83 0 31 17 21 149 21 33
Octal 253 130 203 0 61 27 41 511 41 63
Binary 10101011 1011000 10000011 0 110001 10111 100001 101001001 100001 110011

Color Harmonies of #AB5883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5883

Black with #AB5883

Text Example


Text Example

White with #AB5883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5883; }

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

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

background-color css

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

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

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

border-color css

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

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

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