Html Css Color HEX #AF80AF London Hue

📋 copy color: '#AF80AF'

red 175 ◦ green 128 ◦ blue 175

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

Shades of London Hue #AF80AF

Tints of London Hue #AF80AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.78%

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

R = 36.61%
G = 26.78%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF80AF (or 0xAF80AF) is known color: London Hue. HEX triplet: AF, 80 and AF. RGB value is (175,128,175). Sum of RGB (Red+Green+Blue) = 175+128+175=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF80AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80AF is #507F50. Grayscale: #939393. Windows color (decimal): -5275473 or 11501743. OLE color: 11501743.

HSL color Cylindrical-coordinate representation of color #AF80AF: hue angle of 300º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF80AF is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 175 -
CMYK 0 0.27 0 0.31
HSL 300º 0.23% 0.59% -
HSV(B) 300º 0.27% 0.69% -
XYZ 33.14 27.65 44.15 -
YUV 147.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 175 128 175 0 0.27 0 0.31 300 0.23 0.59
Hex AF 80 AF 0 1B 0 1F 12C 17 3B
Octal 257 200 257 0 33 0 37 454 27 73
Binary 10101111 10000000 10101111 0 11011 0 11111 100101100 10111 111011

Color Harmonies of #AF80AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80AF

Black with #AF80AF

Text Example


Text Example

White with #AF80AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80AF; }

 p { color: rgb(175,128,175); }

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

background-color css

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

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

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

border-color css

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

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

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