Html Css Color HEX #AB4079 Royal Heath

📋 copy color: '#AB4079'

red 171 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #AB4079

Tints of Royal Heath #AB4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.98%

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 48.03%
G = 17.98%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB4079 (or 0xAB4079) is known color: Royal Heath. HEX triplet: AB, 40 and 79. RGB value is (171,64,121). Sum of RGB (Red+Green+Blue) = 171+64+121=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4079 is #54BF86. Grayscale: #666666. Windows color (decimal): -5554055 or 7946411. OLE color: 7946411.

HSL color Cylindrical-coordinate representation of color #AB4079: hue angle of 328.04º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4079 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 64 121 -
CMYK 0 0.63 0.29 0.33
HSL 328.04º 0.46% 0.46% -
HSV(B) 328.04º 0.63% 0.67% -
XYZ 22.08 13.71 19.57 -
YUV 102.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 171 64 121 0 0.63 0.29 0.33 328.04 0.46 0.46
Hex AB 40 79 0 3F 1D 21 148 2E 2E
Octal 253 100 171 0 77 35 41 510 56 56
Binary 10101011 1000000 1111001 0 111111 11101 100001 101001000 101110 101110

Color Harmonies of #AB4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4079

Black with #AB4079

Text Example


Text Example

White with #AB4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4079; }

 p { color: rgb(171,64,121); }

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

background-color css

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

 a { background-color: rgb(171,64,121); }

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

border-color css

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

 span { border-color: rgb(171,64,121); }

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