Html Css Color HEX #AF9FAA London Hue

📋 copy color: '#AF9FAA'

red 175 ◦ green 159 ◦ blue 170

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

Shades of London Hue #AF9FAA

Tints of London Hue #AF9FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.55%

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

R = 34.72%
G = 31.55%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF9FAA (or 0xAF9FAA) is known color: London Hue. HEX triplet: AF, 9F and AA. RGB value is (175,159,170). Sum of RGB (Red+Green+Blue) = 175+159+170=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9FAA is #506055. Grayscale: #A5A5A5. Windows color (decimal): -5267542 or 11181999. OLE color: 11181999.

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

Color convert

RGB 175 159 170 -
CMYK 0 0.09 0.03 0.31
HSL 318.75º 0.09% 0.65% -
HSV(B) 318.75º 0.09% 0.69% -
XYZ 37.33 36.81 43.17 -
YUV 165.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 175 159 170 0 0.09 0.03 0.31 318.75 0.09 0.65
Hex AF 9F AA 0 9 3 1F 13F 9 41
Octal 257 237 252 0 11 3 37 477 11 101
Binary 10101111 10011111 10101010 0 1001 11 11111 100111111 1001 1000001

Color Harmonies of #AF9FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FAA

Black with #AF9FAA

Text Example


Text Example

White with #AF9FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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