Html Css Color HEX #AF90AF London Hue

📋 copy color: '#AF90AF'

red 175 ◦ green 144 ◦ blue 175

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

Shades of London Hue #AF90AF

Tints of London Hue #AF90AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 35.43%
G = 29.15%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF90AF (or 0xAF90AF) is known color: London Hue. HEX triplet: AF, 90 and AF. RGB value is (175,144,175). Sum of RGB (Red+Green+Blue) = 175+144+175=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF90AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90AF is #506F50. Grayscale: #9C9C9C. Windows color (decimal): -5271377 or 11505839. OLE color: 11505839.

HSL color Cylindrical-coordinate representation of color #AF90AF: hue angle of 300º 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 #AF90AF is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 144 175 -
CMYK 0 0.18 0 0.31
HSL 300º 0.16% 0.63% -
HSV(B) 300º 0.18% 0.69% -
XYZ 35.39 32.16 44.9 -
YUV 156.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 175 144 175 0 0.18 0 0.31 300 0.16 0.63
Hex AF 90 AF 0 12 0 1F 12C 10 3F
Octal 257 220 257 0 22 0 37 454 20 77
Binary 10101111 10010000 10101111 0 10010 0 11111 100101100 10000 111111

Color Harmonies of #AF90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90AF

Black with #AF90AF

Text Example


Text Example

White with #AF90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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