Html Css Color HEX #AB467F Royal Heath

📋 copy color: '#AB467F'

red 171 ◦ green 70 ◦ blue 127

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

Shades of Royal Heath #AB467F

Tints of Royal Heath #AB467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.51%

R = 46.47%
G = 19.02%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB467F (or 0xAB467F) is known color: Royal Heath. HEX triplet: AB, 46 and 7F. RGB value is (171,70,127). Sum of RGB (Red+Green+Blue) = 171+70+127=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB467F is #54B980. Grayscale: #6A6A6A. Windows color (decimal): -5552513 or 8341163. OLE color: 8341163.

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

Color convert

RGB 171 70 127 -
CMYK 0 0.59 0.26 0.33
HSL 326.14º 0.42% 0.47% -
HSV(B) 326.14º 0.59% 0.67% -
XYZ 22.82 14.57 21.69 -
YUV 106.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 171 70 127 0 0.59 0.26 0.33 326.14 0.42 0.47
Hex AB 46 7F 0 3B 1A 21 146 2A 2F
Octal 253 106 177 0 73 32 41 506 52 57
Binary 10101011 1000110 1111111 0 111011 11010 100001 101000110 101010 101111

Color Harmonies of #AB467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB467F

Black with #AB467F

Text Example


Text Example

White with #AB467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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