Html Css Color HEX #AF98AD London Hue

📋 copy color: '#AF98AD'

red 175 ◦ green 152 ◦ blue 173

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

Shades of London Hue #AF98AD

Tints of London Hue #AF98AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.4%

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

R = 35%
G = 30.4%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF98AD (or 0xAF98AD) is known color: London Hue. HEX triplet: AF, 98 and AD. RGB value is (175,152,173). Sum of RGB (Red+Green+Blue) = 175+152+173=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AF98AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF98AD is #506752. Grayscale: #A1A1A1. Windows color (decimal): -5269331 or 11376815. OLE color: 11376815.

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

Color convert

RGB 175 152 173 -
CMYK 0 0.13 0.01 0.31
HSL 305.22º 0.13% 0.64% -
HSV(B) 305.22º 0.13% 0.69% -
XYZ 36.45 34.59 44.29 -
YUV 161.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 175 152 173 0 0.13 0.01 0.31 305.22 0.13 0.64
Hex AF 98 AD 0 D 1 1F 131 D 40
Octal 257 230 255 0 15 1 37 461 15 100
Binary 10101111 10011000 10101101 0 1101 1 11111 100110001 1101 1000000

Color Harmonies of #AF98AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98AD

Black with #AF98AD

Text Example


Text Example

White with #AF98AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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