Html Css Color HEX #AF8CB3 London Hue

📋 copy color: '#AF8CB3'

red 175 ◦ green 140 ◦ blue 179

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

Shades of London Hue #AF8CB3

Tints of London Hue #AF8CB3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.34%

 BLUE value IS 179 (70.31% from 255) = 36.23%

R = 35.43%
G = 28.34%
B = 36.23%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF8CB3 (or 0xAF8CB3) is known color: London Hue. HEX triplet: AF, 8C and B3. RGB value is (175,140,179). Sum of RGB (Red+Green+Blue) = 175+140+179=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF8CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CB3 is #50734C. Grayscale: #9A9A9A. Windows color (decimal): -5272397 or 11766959. OLE color: 11766959.

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

Color convert

RGB 175 140 179 -
CMYK 0.02 0.22 0 0.30
HSL 293.85º 0.2% 0.63% -
HSV(B) 293.85º 0.22% 0.7% -
XYZ 35.19 31.12 46.8 -
YUV 154.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 175 140 179 0.02 0.22 0 0.30 293.85 0.2 0.63
Hex AF 8C B3 2 16 0 1E 126 14 3F
Octal 257 214 263 2 26 0 36 446 24 77
Binary 10101111 10001100 10110011 10 10110 0 11110 100100110 10100 111111

Color Harmonies of #AF8CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CB3

Black with #AF8CB3

Text Example


Text Example

White with #AF8CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CB3; }

 p { color: rgb(175,140,179); }

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

background-color css

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

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

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

border-color css

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

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

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