Html Css Color HEX #AF96B1 London Hue

📋 copy color: '#AF96B1'

red 175 ◦ green 150 ◦ blue 177

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

Shades of London Hue #AF96B1

Tints of London Hue #AF96B1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.88%

 BLUE value IS 177 (69.53% from 255) = 35.26%

R = 34.86%
G = 29.88%
B = 35.26%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF96B1 (or 0xAF96B1) is known color: London Hue. HEX triplet: AF, 96 and B1. RGB value is (175,150,177). Sum of RGB (Red+Green+Blue) = 175+150+177=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF96B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF96B1 is #50694E. Grayscale: #A0A0A0. Windows color (decimal): -5269839 or 11638447. OLE color: 11638447.

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

Color convert

RGB 175 150 177 -
CMYK 0.01 0.15 0 0.31
HSL 295.56º 0.15% 0.64% -
HSV(B) 295.56º 0.15% 0.69% -
XYZ 36.52 34.1 46.25 -
YUV 160.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 175 150 177 0.01 0.15 0 0.31 295.56 0.15 0.64
Hex AF 96 B1 1 F 0 1F 128 F 40
Octal 257 226 261 1 17 0 37 450 17 100
Binary 10101111 10010110 10110001 1 1111 0 11111 100101000 1111 1000000

Color Harmonies of #AF96B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96B1

Black with #AF96B1

Text Example


Text Example

White with #AF96B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96B1; }

 p { color: rgb(175,150,177); }

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

background-color css

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

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

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

border-color css

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

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

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