Html Css Color HEX #AB4276 Royal Heath

📋 copy color: '#AB4276'

red 171 ◦ green 66 ◦ blue 118

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

Shades of Royal Heath #AB4276

Tints of Royal Heath #AB4276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 48.17%
G = 18.59%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB4276 (or 0xAB4276) is known color: Royal Heath. HEX triplet: AB, 42 and 76. RGB value is (171,66,118). Sum of RGB (Red+Green+Blue) = 171+66+118=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4276 is #54BD89. Grayscale: #676767. Windows color (decimal): -5553546 or 7750315. OLE color: 7750315.

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

Color convert

RGB 171 66 118 -
CMYK 0 0.61 0.31 0.33
HSL 330.29º 0.44% 0.46% -
HSV(B) 330.29º 0.61% 0.67% -
XYZ 22.01 13.86 18.66 -
YUV 103.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 171 66 118 0 0.61 0.31 0.33 330.29 0.44 0.46
Hex AB 42 76 0 3D 1F 21 14A 2C 2E
Octal 253 102 166 0 75 37 41 512 54 56
Binary 10101011 1000010 1110110 0 111101 11111 100001 101001010 101100 101110

Color Harmonies of #AB4276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4276

Black with #AB4276

Text Example


Text Example

White with #AB4276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4276; }

 p { color: rgb(171,66,118); }

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

background-color css

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

 a { background-color: rgb(171,66,118); }

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

border-color css

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

 span { border-color: rgb(171,66,118); }

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