Html Css Color HEX #AF85AF London Hue

📋 copy color: '#AF85AF'

red 175 ◦ green 133 ◦ blue 175

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

Shades of London Hue #AF85AF

Tints of London Hue #AF85AF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.54%

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

R = 36.23%
G = 27.54%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF85AF (or 0xAF85AF) is known color: London Hue. HEX triplet: AF, 85 and AF. RGB value is (175,133,175). Sum of RGB (Red+Green+Blue) = 175+133+175=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF85AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF85AF is #507A50. Grayscale: #969696. Windows color (decimal): -5274193 or 11503023. OLE color: 11503023.

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

Color convert

RGB 175 133 175 -
CMYK 0 0.24 0 0.31
HSL 300º 0.21% 0.6% -
HSV(B) 300º 0.24% 0.69% -
XYZ 33.8 28.98 44.37 -
YUV 150.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 175 133 175 0 0.24 0 0.31 300 0.21 0.6
Hex AF 85 AF 0 18 0 1F 12C 15 3C
Octal 257 205 257 0 30 0 37 454 25 74
Binary 10101111 10000101 10101111 0 11000 0 11111 100101100 10101 111100

Color Harmonies of #AF85AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85AF

Black with #AF85AF

Text Example


Text Example

White with #AF85AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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