Html Css Color HEX #AB4B7C Royal Heath

📋 copy color: '#AB4B7C'

red 171 ◦ green 75 ◦ blue 124

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

Shades of Royal Heath #AB4B7C

Tints of Royal Heath #AB4B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.27%

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 46.22%
G = 20.27%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB4B7C (or 0xAB4B7C) is known color: Royal Heath. HEX triplet: AB, 4B and 7C. RGB value is (171,75,124). Sum of RGB (Red+Green+Blue) = 171+75+124=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4B7C is #54B483. Grayscale: #6D6D6D. Windows color (decimal): -5551236 or 8145835. OLE color: 8145835.

HSL color Cylindrical-coordinate representation of color #AB4B7C: hue angle of 329.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4B7C is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 75 124 -
CMYK 0 0.56 0.27 0.33
HSL 329.38º 0.39% 0.48% -
HSV(B) 329.38º 0.56% 0.67% -
XYZ 22.95 15.15 20.78 -
YUV 109.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 171 75 124 0 0.56 0.27 0.33 329.38 0.39 0.48
Hex AB 4B 7C 0 38 1B 21 149 27 30
Octal 253 113 174 0 70 33 41 511 47 60
Binary 10101011 1001011 1111100 0 111000 11011 100001 101001001 100111 110000

Color Harmonies of #AB4B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B7C

Black with #AB4B7C

Text Example


Text Example

White with #AB4B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B7C; }

 p { color: rgb(171,75,124); }

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

background-color css

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

 a { background-color: rgb(171,75,124); }

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

border-color css

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

 span { border-color: rgb(171,75,124); }

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