Html Css Color HEX #AF83AA London Hue

📋 copy color: '#AF83AA'

red 175 ◦ green 131 ◦ blue 170

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

Shades of London Hue #AF83AA

Tints of London Hue #AF83AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 36.76%
G = 27.52%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF83AA (or 0xAF83AA) is known color: London Hue. HEX triplet: AF, 83 and AA. RGB value is (175,131,170). Sum of RGB (Red+Green+Blue) = 175+131+170=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF83AA is #507C55. Grayscale: #949494. Windows color (decimal): -5274710 or 11174831. OLE color: 11174831.

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

Color convert

RGB 175 131 170 -
CMYK 0 0.25 0.03 0.31
HSL 306.82º 0.22% 0.6% -
HSV(B) 306.82º 0.25% 0.69% -
XYZ 33.05 28.25 41.74 -
YUV 148.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 175 131 170 0 0.25 0.03 0.31 306.82 0.22 0.6
Hex AF 83 AA 0 19 3 1F 133 16 3C
Octal 257 203 252 0 31 3 37 463 26 74
Binary 10101111 10000011 10101010 0 11001 11 11111 100110011 10110 111100

Color Harmonies of #AF83AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83AA

Black with #AF83AA

Text Example


Text Example

White with #AF83AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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