Html Css Color HEX #AF80AA London Hue

📋 copy color: '#AF80AA'

red 175 ◦ green 128 ◦ blue 170

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

Shades of London Hue #AF80AA

Tints of London Hue #AF80AA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.06%

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 37%
G = 27.06%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF80AA (or 0xAF80AA) is known color: London Hue. HEX triplet: AF, 80 and AA. RGB value is (175,128,170). Sum of RGB (Red+Green+Blue) = 175+128+170=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80AA is #507F55. Grayscale: #929292. Windows color (decimal): -5275478 or 11174063. OLE color: 11174063.

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

Color convert

RGB 175 128 170 -
CMYK 0 0.27 0.03 0.31
HSL 306.38º 0.23% 0.59% -
HSV(B) 306.38º 0.27% 0.69% -
XYZ 32.65 27.45 41.61 -
YUV 146.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 175 128 170 0 0.27 0.03 0.31 306.38 0.23 0.59
Hex AF 80 AA 0 1B 3 1F 132 17 3B
Octal 257 200 252 0 33 3 37 462 27 73
Binary 10101111 10000000 10101010 0 11011 11 11111 100110010 10111 111011

Color Harmonies of #AF80AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80AA

Black with #AF80AA

Text Example


Text Example

White with #AF80AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80AA; }

 p { color: rgb(175,128,170); }

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

background-color css

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

 a { background-color: rgb(175,128,170); }

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

border-color css

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

 span { border-color: rgb(175,128,170); }

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