Html Css Color HEX #AF99AF London Hue

📋 copy color: '#AF99AF'

red 175 ◦ green 153 ◦ blue 175

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

Shades of London Hue #AF99AF

Tints of London Hue #AF99AF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.42%

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

R = 34.79%
G = 30.42%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF99AF (or 0xAF99AF) is known color: London Hue. HEX triplet: AF, 99 and AF. RGB value is (175,153,175). Sum of RGB (Red+Green+Blue) = 175+153+175=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99AF is #506650. Grayscale: #A2A2A2. Windows color (decimal): -5269073 or 11508143. OLE color: 11508143.

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

Color convert

RGB 175 153 175 -
CMYK 0 0.13 0 0.31
HSL 300º 0.12% 0.64% -
HSV(B) 300º 0.13% 0.69% -
XYZ 36.81 34.99 45.37 -
YUV 162.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 175 153 175 0 0.13 0 0.31 300 0.12 0.64
Hex AF 99 AF 0 D 0 1F 12C C 40
Octal 257 231 257 0 15 0 37 454 14 100
Binary 10101111 10011001 10101111 0 1101 0 11111 100101100 1100 1000000

Color Harmonies of #AF99AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99AF

Black with #AF99AF

Text Example


Text Example

White with #AF99AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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