#AF78AB

Color #AF78AB London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AF78AB

Tints of London Hue #AF78AB

Color information

#AF78AB (or 0xAF78AB) is unknown color: approx London Hue. HEX triplet: AF, 78 and AB. RGB value is (175,120,171). Sum of RGB (Red+Green+Blue) = 175+120+171=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF78AB is #508754. Grayscale: #8E8E8E. Windows color (decimal): -5277525 or 11237551. OLE color: 11237551.

HSL color Cylindrical-coordinate representation of color #AF78AB: hue angle of 304.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF78AB is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175120171-
CMYK00.310.020.31
HSL304.36º25.58%57.84%-
HSV(B)304.36º31.43%68.63%-
XYZ31.7525.4941.77-
YUV142.26144.22151.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=37.55%
G=25.75%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512017100.310.020.31304.3625.5857.84
HexAF78AB01F21F1301a3a
Octal2571702530372374603272
Binary10101111111100010101011011111101111110011000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78AB; }

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

 H1.HeaderClassName
 {
   color: #AF78AB;
 }
 .AnyTagClassName
 {
   color: #AF78AB;
 }
</style>
background-color css

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

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

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

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

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

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