Html Css Color HEX #AF7BA9 London Hue

📋 copy color: '#AF7BA9'

red 175 ◦ green 123 ◦ blue 169

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

Shades of London Hue #AF7BA9

Tints of London Hue #AF7BA9

RGB

 RED value IS 175 (68.75% from 255) = 37.47%

 GREEN value IS 123 (48.44% from 255) = 26.34%

 BLUE value IS 169 (66.41% from 255) = 36.19%

R = 37.47%
G = 26.34%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF7BA9 (or 0xAF7BA9) is known color: London Hue. HEX triplet: AF, 7B and A9. RGB value is (175,123,169). Sum of RGB (Red+Green+Blue) = 175+123+169=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BA9 is #508456. Grayscale: #8F8F8F. Windows color (decimal): -5276759 or 11107247. OLE color: 11107247.

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

Color convert

RGB 175 123 169 -
CMYK 0 0.30 0.03 0.31
HSL 306.92º 0.25% 0.58% -
HSV(B) 306.92º 0.3% 0.69% -
XYZ 31.92 26.14 40.9 -
YUV 143.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 175 123 169 0 0.30 0.03 0.31 306.92 0.25 0.58
Hex AF 7B A9 0 1E 3 1F 133 19 3A
Octal 257 173 251 0 36 3 37 463 31 72
Binary 10101111 1111011 10101001 0 11110 11 11111 100110011 11001 111010

Color Harmonies of #AF7BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BA9

Black with #AF7BA9

Text Example


Text Example

White with #AF7BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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