#AF7BB3

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

Shades of London Hue #AF7BB3

Tints of London Hue #AF7BB3

Color information

#AF7BB3 (or 0xAF7BB3) is unknown color: approx London Hue. HEX triplet: AF, 7B and B3. RGB value is (175,123,179). Sum of RGB (Red+Green+Blue) = 175+123+179=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF7BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BB3 is #50844C. Grayscale: #909090. Windows color (decimal): -5276749 or 11762607. OLE color: 11762607.

HSL color Cylindrical-coordinate representation of color #AF7BB3: hue angle of 295.71º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF7BB3 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175123179-
CMYK0.020.3100.30
HSL295.71º26.92%59.22%-
HSV(B)295.71º31.28%70.2%-
XYZ32.926.5346.04-
YUV144.93147.23149.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 179 (70.31% from 255) = 37.53%
R=36.69%
G=25.79%
B=37.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751231790.020.3100.30295.7126.9259.22
HexAF7BB321F01E1281b3b
Octal2571732632370364503373
Binary10101111111101110110011101111101111010010100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BB3; }

 p { color: rgb(175,123,179); }

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

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

 a { background-color: rgb(175,123,179); }

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

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

 span { border-color: rgb(175,123,179); }

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