Html Css Color HEX #AB4780 Royal Heath

📋 copy color: '#AB4780'

red 171 ◦ green 71 ◦ blue 128

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

Shades of Royal Heath #AB4780

Tints of Royal Heath #AB4780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.19%

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 46.22%
G = 19.19%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB4780 (or 0xAB4780) is known color: Royal Heath. HEX triplet: AB, 47 and 80. RGB value is (171,71,128). Sum of RGB (Red+Green+Blue) = 171+71+128=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4780 is #54B87F. Grayscale: #6B6B6B. Windows color (decimal): -5552256 or 8406955. OLE color: 8406955.

HSL color Cylindrical-coordinate representation of color #AB4780: hue angle of 325.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4780 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 71 128 -
CMYK 0 0.58 0.25 0.33
HSL 325.8º 0.41% 0.47% -
HSV(B) 325.8º 0.58% 0.67% -
XYZ 22.94 14.72 22.05 -
YUV 107.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 171 71 128 0 0.58 0.25 0.33 325.8 0.41 0.47
Hex AB 47 80 0 3A 19 21 146 29 2F
Octal 253 107 200 0 72 31 41 506 51 57
Binary 10101011 1000111 10000000 0 111010 11001 100001 101000110 101001 101111

Color Harmonies of #AB4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4780

Black with #AB4780

Text Example


Text Example

White with #AB4780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4780; }

 p { color: rgb(171,71,128); }

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

background-color css

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

 a { background-color: rgb(171,71,128); }

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

border-color css

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

 span { border-color: rgb(171,71,128); }

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