Html Css Color HEX #AF99B2 London Hue

📋 copy color: '#AF99B2'

red 175 ◦ green 153 ◦ blue 178

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

Shades of London Hue #AF99B2

Tints of London Hue #AF99B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 34.58%
G = 30.24%
B = 35.18%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF99B2 (or 0xAF99B2) is known color: London Hue. HEX triplet: AF, 99 and B2. RGB value is (175,153,178). Sum of RGB (Red+Green+Blue) = 175+153+178=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF99B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99B2 is #50664D. Grayscale: #A2A2A2. Windows color (decimal): -5269070 or 11704751. OLE color: 11704751.

HSL color Cylindrical-coordinate representation of color #AF99B2: hue angle of 292.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF99B2 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 153 178 -
CMYK 0.02 0.14 0 0.30
HSL 292.8º 0.14% 0.65% -
HSV(B) 292.8º 0.14% 0.7% -
XYZ 37.11 35.11 46.94 -
YUV 162.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 175 153 178 0.02 0.14 0 0.30 292.8 0.14 0.65
Hex AF 99 B2 2 E 0 1E 125 E 41
Octal 257 231 262 2 16 0 36 445 16 101
Binary 10101111 10011001 10110010 10 1110 0 11110 100100101 1110 1000001

Color Harmonies of #AF99B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99B2

Black with #AF99B2

Text Example


Text Example

White with #AF99B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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