Html Css Color HEX #AF8AA6 London Hue

📋 copy color: '#AF8AA6'

red 175 ◦ green 138 ◦ blue 166

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

Shades of London Hue #AF8AA6

Tints of London Hue #AF8AA6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.81%

 BLUE value IS 166 (65.23% from 255) = 34.66%

R = 36.53%
G = 28.81%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF8AA6 (or 0xAF8AA6) is known color: London Hue. HEX triplet: AF, 8A and A6. RGB value is (175,138,166). Sum of RGB (Red+Green+Blue) = 175+138+166=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AA6 is #507559. Grayscale: #989898. Windows color (decimal): -5272922 or 10914479. OLE color: 10914479.

HSL color Cylindrical-coordinate representation of color #AF8AA6: hue angle of 314.59º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8AA6 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 138 166 -
CMYK 0 0.21 0.05 0.31
HSL 314.59º 0.19% 0.61% -
HSV(B) 314.59º 0.21% 0.69% -
XYZ 33.65 30.04 40.1 -
YUV 152.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 175 138 166 0 0.21 0.05 0.31 314.59 0.19 0.61
Hex AF 8A A6 0 15 5 1F 13B 13 3D
Octal 257 212 246 0 25 5 37 473 23 75
Binary 10101111 10001010 10100110 0 10101 101 11111 100111011 10011 111101

Color Harmonies of #AF8AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AA6

Black with #AF8AA6

Text Example


Text Example

White with #AF8AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AA6; }

 p { color: rgb(175,138,166); }

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

background-color css

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

 a { background-color: rgb(175,138,166); }

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

border-color css

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

 span { border-color: rgb(175,138,166); }

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