Html Css Color HEX #AF83AB London Hue

📋 copy color: '#AF83AB'

red 175 ◦ green 131 ◦ blue 171

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

Shades of London Hue #AF83AB

Tints of London Hue #AF83AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.46%

 BLUE value IS 171 (67.19% from 255) = 35.85%

R = 36.69%
G = 27.46%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF83AB (or 0xAF83AB) is known color: London Hue. HEX triplet: AF, 83 and AB. RGB value is (175,131,171). Sum of RGB (Red+Green+Blue) = 175+131+171=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF83AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF83AB is #507C54. Grayscale: #949494. Windows color (decimal): -5274709 or 11240367. OLE color: 11240367.

HSL color Cylindrical-coordinate representation of color #AF83AB: hue angle of 305.45º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF83AB is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 131 171 -
CMYK 0 0.25 0.02 0.31
HSL 305.45º 0.22% 0.6% -
HSV(B) 305.45º 0.25% 0.69% -
XYZ 33.15 28.29 42.24 -
YUV 148.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 175 131 171 0 0.25 0.02 0.31 305.45 0.22 0.6
Hex AF 83 AB 0 19 2 1F 131 16 3C
Octal 257 203 253 0 31 2 37 461 26 74
Binary 10101111 10000011 10101011 0 11001 10 11111 100110001 10110 111100

Color Harmonies of #AF83AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83AB

Black with #AF83AB

Text Example


Text Example

White with #AF83AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83AB; }

 p { color: rgb(175,131,171); }

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

background-color css

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

 a { background-color: rgb(175,131,171); }

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

border-color css

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

 span { border-color: rgb(175,131,171); }

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