Html Css Color HEX #AB5283 Royal Heath

📋 copy color: '#AB5283'

red 171 ◦ green 82 ◦ blue 131

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

Shades of Royal Heath #AB5283

Tints of Royal Heath #AB5283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

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

R = 44.53%
G = 21.35%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB5283 (or 0xAB5283) is known color: Royal Heath. HEX triplet: AB, 52 and 83. RGB value is (171,82,131). Sum of RGB (Red+Green+Blue) = 171+82+131=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5283 is #54AD7C. Grayscale: #727272. Windows color (decimal): -5549437 or 8606379. OLE color: 8606379.

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

Color convert

RGB 171 82 131 -
CMYK 0 0.52 0.23 0.33
HSL 326.97º 0.35% 0.5% -
HSV(B) 326.97º 0.52% 0.67% -
XYZ 23.91 16.33 23.36 -
YUV 114.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 171 82 131 0 0.52 0.23 0.33 326.97 0.35 0.5
Hex AB 52 83 0 34 17 21 147 23 32
Octal 253 122 203 0 64 27 41 507 43 62
Binary 10101011 1010010 10000011 0 110100 10111 100001 101000111 100011 110010

Color Harmonies of #AB5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5283

Black with #AB5283

Text Example


Text Example

White with #AB5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5283; }

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

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

background-color css

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

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

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

border-color css

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

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

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