Html Css Color HEX #AF9CB1 London Hue

📋 copy color: '#AF9CB1'

red 175 ◦ green 156 ◦ blue 177

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

Shades of London Hue #AF9CB1

Tints of London Hue #AF9CB1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.71%

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

R = 34.45%
G = 30.71%
B = 34.84%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF9CB1 (or 0xAF9CB1) is known color: London Hue. HEX triplet: AF, 9C and B1. RGB value is (175,156,177). Sum of RGB (Red+Green+Blue) = 175+156+177=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF9CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9CB1 is #50634E. Grayscale: #A4A4A4. Windows color (decimal): -5268303 or 11639983. OLE color: 11639983.

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

Color convert

RGB 175 156 177 -
CMYK 0.01 0.12 0 0.31
HSL 294.29º 0.12% 0.65% -
HSV(B) 294.29º 0.12% 0.69% -
XYZ 37.5 36.07 46.58 -
YUV 164.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 175 156 177 0.01 0.12 0 0.31 294.29 0.12 0.65
Hex AF 9C B1 1 C 0 1F 126 C 41
Octal 257 234 261 1 14 0 37 446 14 101
Binary 10101111 10011100 10110001 1 1100 0 11111 100100110 1100 1000001

Color Harmonies of #AF9CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CB1

Black with #AF9CB1

Text Example


Text Example

White with #AF9CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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