Html Css Color HEX #AF83A9 London Hue

📋 copy color: '#AF83A9'

red 175 ◦ green 131 ◦ blue 169

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

Shades of London Hue #AF83A9

Tints of London Hue #AF83A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.58%

R = 36.84%
G = 27.58%
B = 35.58%

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

#AF83A9 (or 0xAF83A9) is known color: London Hue. HEX triplet: AF, 83 and A9. RGB value is (175,131,169). Sum of RGB (Red+Green+Blue) = 175+131+169=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF83A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF83A9 is #507C56. Grayscale: #949494. Windows color (decimal): -5274711 or 11109295. OLE color: 11109295.

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

Color convert

RGB 175 131 169 -
CMYK 0 0.25 0.03 0.31
HSL 308.18º 0.22% 0.6% -
HSV(B) 308.18º 0.25% 0.69% -
XYZ 32.96 28.21 41.24 -
YUV 148.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 175 131 169 0 0.25 0.03 0.31 308.18 0.22 0.6
Hex AF 83 A9 0 19 3 1F 134 16 3C
Octal 257 203 251 0 31 3 37 464 26 74
Binary 10101111 10000011 10101001 0 11001 11 11111 100110100 10110 111100

Color Harmonies of #AF83A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83A9

Black with #AF83A9

Text Example


Text Example

White with #AF83A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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