Html Css Color HEX #AB5682 Royal Heath

📋 copy color: '#AB5682'

red 171 ◦ green 86 ◦ blue 130

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

Shades of Royal Heath #AB5682

Tints of Royal Heath #AB5682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.22%

 BLUE value IS 130 (51.17% from 255) = 33.59%

R = 44.19%
G = 22.22%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB5682 (or 0xAB5682) is known color: Royal Heath. HEX triplet: AB, 56 and 82. RGB value is (171,86,130). Sum of RGB (Red+Green+Blue) = 171+86+130=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5682 is #54A97D. Grayscale: #747474. Windows color (decimal): -5548414 or 8541867. OLE color: 8541867.

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

Color convert

RGB 171 86 130 -
CMYK 0 0.50 0.24 0.33
HSL 328.94º 0.34% 0.5% -
HSV(B) 328.94º 0.5% 0.67% -
XYZ 24.15 16.93 23.11 -
YUV 116.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 171 86 130 0 0.50 0.24 0.33 328.94 0.34 0.5
Hex AB 56 82 0 32 18 21 149 22 32
Octal 253 126 202 0 62 30 41 511 42 62
Binary 10101011 1010110 10000010 0 110010 11000 100001 101001001 100010 110010

Color Harmonies of #AB5682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5682

Black with #AB5682

Text Example


Text Example

White with #AB5682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5682; }

 p { color: rgb(171,86,130); }

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

background-color css

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

 a { background-color: rgb(171,86,130); }

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

border-color css

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

 span { border-color: rgb(171,86,130); }

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