Html Css Color HEX #AB4277 Royal Heath

📋 copy color: '#AB4277'

red 171 ◦ green 66 ◦ blue 119

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

Shades of Royal Heath #AB4277

Tints of Royal Heath #AB4277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.43%

R = 48.03%
G = 18.54%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB4277 (or 0xAB4277) is known color: Royal Heath. HEX triplet: AB, 42 and 77. RGB value is (171,66,119). Sum of RGB (Red+Green+Blue) = 171+66+119=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4277 is #54BD88. Grayscale: #676767. Windows color (decimal): -5553545 or 7815851. OLE color: 7815851.

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

Color convert

RGB 171 66 119 -
CMYK 0 0.61 0.30 0.33
HSL 329.71º 0.44% 0.46% -
HSV(B) 329.71º 0.61% 0.67% -
XYZ 22.07 13.89 18.97 -
YUV 103.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 171 66 119 0 0.61 0.30 0.33 329.71 0.44 0.46
Hex AB 42 77 0 3D 1E 21 14A 2C 2E
Octal 253 102 167 0 75 36 41 512 54 56
Binary 10101011 1000010 1110111 0 111101 11110 100001 101001010 101100 101110

Color Harmonies of #AB4277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4277

Black with #AB4277

Text Example


Text Example

White with #AB4277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4277; }

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

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

background-color css

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

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

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

border-color css

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

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

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