Html Css Color HEX #AF8FB1 London Hue

📋 copy color: '#AF8FB1'

red 175 ◦ green 143 ◦ blue 177

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

Shades of London Hue #AF8FB1

Tints of London Hue #AF8FB1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.89%

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

R = 35.35%
G = 28.89%
B = 35.76%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF8FB1 (or 0xAF8FB1) is known color: London Hue. HEX triplet: AF, 8F and B1. RGB value is (175,143,177). Sum of RGB (Red+Green+Blue) = 175+143+177=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF8FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8FB1 is #50704E. Grayscale: #9C9C9C. Windows color (decimal): -5271631 or 11636655. OLE color: 11636655.

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

Color convert

RGB 175 143 177 -
CMYK 0.01 0.19 0 0.31
HSL 296.47º 0.18% 0.63% -
HSV(B) 296.47º 0.19% 0.69% -
XYZ 35.44 31.93 45.89 -
YUV 156.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 175 143 177 0.01 0.19 0 0.31 296.47 0.18 0.63
Hex AF 8F B1 1 13 0 1F 128 12 3F
Octal 257 217 261 1 23 0 37 450 22 77
Binary 10101111 10001111 10110001 1 10011 0 11111 100101000 10010 111111

Color Harmonies of #AF8FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FB1

Black with #AF8FB1

Text Example


Text Example

White with #AF8FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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