Html Css Color HEX #AB5381 Royal Heath

📋 copy color: '#AB5381'

red 171 ◦ green 83 ◦ blue 129

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

Shades of Royal Heath #AB5381

Tints of Royal Heath #AB5381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.68%

R = 44.65%
G = 21.67%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB5381 (or 0xAB5381) is known color: Royal Heath. HEX triplet: AB, 53 and 81. RGB value is (171,83,129). Sum of RGB (Red+Green+Blue) = 171+83+129=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5381 is #54AC7E. Grayscale: #727272. Windows color (decimal): -5549183 or 8475563. OLE color: 8475563.

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

Color convert

RGB 171 83 129 -
CMYK 0 0.51 0.25 0.33
HSL 328.64º 0.35% 0.5% -
HSV(B) 328.64º 0.51% 0.67% -
XYZ 23.85 16.43 22.68 -
YUV 114.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 171 83 129 0 0.51 0.25 0.33 328.64 0.35 0.5
Hex AB 53 81 0 33 19 21 149 23 32
Octal 253 123 201 0 63 31 41 511 43 62
Binary 10101011 1010011 10000001 0 110011 11001 100001 101001001 100011 110010

Color Harmonies of #AB5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5381

Black with #AB5381

Text Example


Text Example

White with #AB5381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5381; }

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

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

background-color css

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

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

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

border-color css

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

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

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