Html Css Color HEX #AF90A7 London Hue

📋 copy color: '#AF90A7'

red 175 ◦ green 144 ◦ blue 167

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

Shades of London Hue #AF90A7

Tints of London Hue #AF90A7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.63%

 BLUE value IS 167 (65.63% from 255) = 34.36%

R = 36.01%
G = 29.63%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF90A7 (or 0xAF90A7) is known color: London Hue. HEX triplet: AF, 90 and A7. RGB value is (175,144,167). Sum of RGB (Red+Green+Blue) = 175+144+167=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF90A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90A7 is #506F58. Grayscale: #9B9B9B. Windows color (decimal): -5271385 or 10981551. OLE color: 10981551.

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

Color convert

RGB 175 144 167 -
CMYK 0 0.18 0.05 0.31
HSL 315.48º 0.16% 0.63% -
HSV(B) 315.48º 0.18% 0.69% -
XYZ 34.63 31.85 40.88 -
YUV 155.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 175 144 167 0 0.18 0.05 0.31 315.48 0.16 0.63
Hex AF 90 A7 0 12 5 1F 13B 10 3F
Octal 257 220 247 0 22 5 37 473 20 77
Binary 10101111 10010000 10100111 0 10010 101 11111 100111011 10000 111111

Color Harmonies of #AF90A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90A7

Black with #AF90A7

Text Example


Text Example

White with #AF90A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90A7; }

 p { color: rgb(175,144,167); }

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

background-color css

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

 a { background-color: rgb(175,144,167); }

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

border-color css

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

 span { border-color: rgb(175,144,167); }

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