Html Css Color HEX #AB467C Royal Heath

📋 copy color: '#AB467C'

red 171 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #AB467C

Tints of Royal Heath #AB467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.18%

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

R = 46.85%
G = 19.18%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB467C (or 0xAB467C) is known color: Royal Heath. HEX triplet: AB, 46 and 7C. RGB value is (171,70,124). Sum of RGB (Red+Green+Blue) = 171+70+124=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB467C is #54B983. Grayscale: #6A6A6A. Windows color (decimal): -5552516 or 8144555. OLE color: 8144555.

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

Color convert

RGB 171 70 124 -
CMYK 0 0.59 0.27 0.33
HSL 327.92º 0.42% 0.47% -
HSV(B) 327.92º 0.59% 0.67% -
XYZ 22.62 14.49 20.67 -
YUV 106.36 137.96 174.11 -
System Red Green Blue C M Y K H S L
Decimal 171 70 124 0 0.59 0.27 0.33 327.92 0.42 0.47
Hex AB 46 7C 0 3B 1B 21 148 2A 2F
Octal 253 106 174 0 73 33 41 510 52 57
Binary 10101011 1000110 1111100 0 111011 11011 100001 101001000 101010 101111

Color Harmonies of #AB467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB467C

Black with #AB467C

Text Example


Text Example

White with #AB467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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