Html Css Color HEX #AB5382 Royal Heath

📋 copy color: '#AB5382'

red 171 ◦ green 83 ◦ blue 130

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

Shades of Royal Heath #AB5382

Tints of Royal Heath #AB5382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

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

R = 44.53%
G = 21.61%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB5382 (or 0xAB5382) is known color: Royal Heath. HEX triplet: AB, 53 and 82. RGB value is (171,83,130). Sum of RGB (Red+Green+Blue) = 171+83+130=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5382 is #54AC7D. Grayscale: #727272. Windows color (decimal): -5549182 or 8541099. OLE color: 8541099.

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

Color convert

RGB 171 83 130 -
CMYK 0 0.51 0.24 0.33
HSL 327.95º 0.35% 0.5% -
HSV(B) 327.95º 0.51% 0.67% -
XYZ 23.92 16.46 23.03 -
YUV 114.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 171 83 130 0 0.51 0.24 0.33 327.95 0.35 0.5
Hex AB 53 82 0 33 18 21 148 23 32
Octal 253 123 202 0 63 30 41 510 43 62
Binary 10101011 1010011 10000010 0 110011 11000 100001 101001000 100011 110010

Color Harmonies of #AB5382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5382

Black with #AB5382

Text Example


Text Example

White with #AB5382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5382; }

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

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

background-color css

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

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

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

border-color css

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

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

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