Html Css Color HEX #AB4778 Royal Heath

📋 copy color: '#AB4778'

red 171 ◦ green 71 ◦ blue 120

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

Shades of Royal Heath #AB4778

Tints of Royal Heath #AB4778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.15%

R = 47.24%
G = 19.61%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB4778 (or 0xAB4778) is known color: Royal Heath. HEX triplet: AB, 47 and 78. RGB value is (171,71,120). Sum of RGB (Red+Green+Blue) = 171+71+120=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4778 is #54B887. Grayscale: #6A6A6A. Windows color (decimal): -5552264 or 7882667. OLE color: 7882667.

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

Color convert

RGB 171 71 120 -
CMYK 0 0.58 0.30 0.33
HSL 330.6º 0.41% 0.47% -
HSV(B) 330.6º 0.58% 0.67% -
XYZ 22.44 14.52 19.39 -
YUV 106.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 171 71 120 0 0.58 0.30 0.33 330.6 0.41 0.47
Hex AB 47 78 0 3A 1E 21 14B 29 2F
Octal 253 107 170 0 72 36 41 513 51 57
Binary 10101011 1000111 1111000 0 111010 11110 100001 101001011 101001 101111

Color Harmonies of #AB4778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4778

Black with #AB4778

Text Example


Text Example

White with #AB4778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4778; }

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

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

background-color css

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

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

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

border-color css

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

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

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