Html Css Color HEX #AF83AC London Hue

📋 copy color: '#AF83AC'

red 175 ◦ green 131 ◦ blue 172

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

Shades of London Hue #AF83AC

Tints of London Hue #AF83AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 36.61%
G = 27.41%
B = 35.98%

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

#AF83AC (or 0xAF83AC) is known color: London Hue. HEX triplet: AF, 83 and AC. RGB value is (175,131,172). Sum of RGB (Red+Green+Blue) = 175+131+172=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF83AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF83AC is #507C53. Grayscale: #949494. Windows color (decimal): -5274708 or 11305903. OLE color: 11305903.

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

Color convert

RGB 175 131 172 -
CMYK 0 0.25 0.02 0.31
HSL 304.09º 0.22% 0.6% -
HSV(B) 304.09º 0.25% 0.69% -
XYZ 33.24 28.33 42.74 -
YUV 148.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 175 131 172 0 0.25 0.02 0.31 304.09 0.22 0.6
Hex AF 83 AC 0 19 2 1F 130 16 3C
Octal 257 203 254 0 31 2 37 460 26 74
Binary 10101111 10000011 10101100 0 11001 10 11111 100110000 10110 111100

Color Harmonies of #AF83AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83AC

Black with #AF83AC

Text Example


Text Example

White with #AF83AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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