Html Css Color HEX #AF8BB3 London Hue

📋 copy color: '#AF8BB3'

red 175 ◦ green 139 ◦ blue 179

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

Shades of London Hue #AF8BB3

Tints of London Hue #AF8BB3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.19%

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

R = 35.5%
G = 28.19%
B = 36.31%

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

#AF8BB3 (or 0xAF8BB3) is known color: London Hue. HEX triplet: AF, 8B and B3. RGB value is (175,139,179). Sum of RGB (Red+Green+Blue) = 175+139+179=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF8BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BB3 is #50744C. Grayscale: #9A9A9A. Windows color (decimal): -5272653 or 11766703. OLE color: 11766703.

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

Color convert

RGB 175 139 179 -
CMYK 0.02 0.22 0 0.30
HSL 294º 0.21% 0.62% -
HSV(B) 294º 0.22% 0.7% -
XYZ 35.05 30.83 46.75 -
YUV 154.32 141.93 142.75 -
System Red Green Blue C M Y K H S L
Decimal 175 139 179 0.02 0.22 0 0.30 294 0.21 0.62
Hex AF 8B B3 2 16 0 1E 126 15 3E
Octal 257 213 263 2 26 0 36 446 25 76
Binary 10101111 10001011 10110011 10 10110 0 11110 100100110 10101 111110

Color Harmonies of #AF8BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BB3

Black with #AF8BB3

Text Example


Text Example

White with #AF8BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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