Html Css Color HEX #AF91AF London Hue

📋 copy color: '#AF91AF'

red 175 ◦ green 145 ◦ blue 175

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

Shades of London Hue #AF91AF

Tints of London Hue #AF91AF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.29%

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

R = 35.35%
G = 29.29%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF91AF (or 0xAF91AF) is known color: London Hue. HEX triplet: AF, 91 and AF. RGB value is (175,145,175). Sum of RGB (Red+Green+Blue) = 175+145+175=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF91AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF91AF is #506E50. Grayscale: #9D9D9D. Windows color (decimal): -5271121 or 11506095. OLE color: 11506095.

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

Color convert

RGB 175 145 175 -
CMYK 0 0.17 0 0.31
HSL 300º 0.16% 0.63% -
HSV(B) 300º 0.17% 0.69% -
XYZ 35.54 32.46 44.95 -
YUV 157.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 175 145 175 0 0.17 0 0.31 300 0.16 0.63
Hex AF 91 AF 0 11 0 1F 12C 10 3F
Octal 257 221 257 0 21 0 37 454 20 77
Binary 10101111 10010001 10101111 0 10001 0 11111 100101100 10000 111111

Color Harmonies of #AF91AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91AF

Black with #AF91AF

Text Example


Text Example

White with #AF91AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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