Html Css Color HEX #AB4178 Royal Heath

📋 copy color: '#AB4178'

red 171 ◦ green 65 ◦ blue 120

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

Shades of Royal Heath #AB4178

Tints of Royal Heath #AB4178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.26%

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

R = 48.03%
G = 18.26%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB4178 (or 0xAB4178) is known color: Royal Heath. HEX triplet: AB, 41 and 78. RGB value is (171,65,120). Sum of RGB (Red+Green+Blue) = 171+65+120=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4178 is #54BE87. Grayscale: #666666. Windows color (decimal): -5553800 or 7881131. OLE color: 7881131.

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

Color convert

RGB 171 65 120 -
CMYK 0 0.62 0.30 0.33
HSL 328.87º 0.45% 0.46% -
HSV(B) 328.87º 0.62% 0.67% -
XYZ 22.08 13.79 19.27 -
YUV 102.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 171 65 120 0 0.62 0.30 0.33 328.87 0.45 0.46
Hex AB 41 78 0 3E 1E 21 149 2D 2E
Octal 253 101 170 0 76 36 41 511 55 56
Binary 10101011 1000001 1111000 0 111110 11110 100001 101001001 101101 101110

Color Harmonies of #AB4178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4178

Black with #AB4178

Text Example


Text Example

White with #AB4178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4178; }

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

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

background-color css

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

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

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

border-color css

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

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

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