Html Css Color HEX #AF83AD London Hue

📋 copy color: '#AF83AD'

red 175 ◦ green 131 ◦ blue 173

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

Shades of London Hue #AF83AD

Tints of London Hue #AF83AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 36.53%
G = 27.35%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF83AD (or 0xAF83AD) is known color: London Hue. HEX triplet: AF, 83 and AD. RGB value is (175,131,173). Sum of RGB (Red+Green+Blue) = 175+131+173=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF83AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF83AD is #507C52. Grayscale: #949494. Windows color (decimal): -5274707 or 11371439. OLE color: 11371439.

HSL color Cylindrical-coordinate representation of color #AF83AD: hue angle of 302.73º 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 #AF83AD is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 131 173 -
CMYK 0 0.25 0.01 0.31
HSL 302.73º 0.22% 0.6% -
HSV(B) 302.73º 0.25% 0.69% -
XYZ 33.34 28.36 43.25 -
YUV 148.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 175 131 173 0 0.25 0.01 0.31 302.73 0.22 0.6
Hex AF 83 AD 0 19 1 1F 12F 16 3C
Octal 257 203 255 0 31 1 37 457 26 74
Binary 10101111 10000011 10101101 0 11001 1 11111 100101111 10110 111100

Color Harmonies of #AF83AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83AD

Black with #AF83AD

Text Example


Text Example

White with #AF83AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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