Html Css Color HEX #AF90AD London Hue

📋 copy color: '#AF90AD'

red 175 ◦ green 144 ◦ blue 173

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

Shades of London Hue #AF90AD

Tints of London Hue #AF90AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.16%

R = 35.57%
G = 29.27%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF90AD (or 0xAF90AD) is known color: London Hue. HEX triplet: AF, 90 and AD. RGB value is (175,144,173). Sum of RGB (Red+Green+Blue) = 175+144+173=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AF90AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90AD is #506F52. Grayscale: #9C9C9C. Windows color (decimal): -5271379 or 11374767. OLE color: 11374767.

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

Color convert

RGB 175 144 173 -
CMYK 0 0.18 0.01 0.31
HSL 303.87º 0.16% 0.63% -
HSV(B) 303.87º 0.18% 0.69% -
XYZ 35.2 32.08 43.87 -
YUV 156.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 175 144 173 0 0.18 0.01 0.31 303.87 0.16 0.63
Hex AF 90 AD 0 12 1 1F 130 10 3F
Octal 257 220 255 0 22 1 37 460 20 77
Binary 10101111 10010000 10101101 0 10010 1 11111 100110000 10000 111111

Color Harmonies of #AF90AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90AD

Black with #AF90AD

Text Example


Text Example

White with #AF90AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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