Html Css Color HEX #AF93AF London Hue

📋 copy color: '#AF93AF'

red 175 ◦ green 147 ◦ blue 175

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

Shades of London Hue #AF93AF

Tints of London Hue #AF93AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.58%

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

R = 35.21%
G = 29.58%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF93AF (or 0xAF93AF) is known color: London Hue. HEX triplet: AF, 93 and AF. RGB value is (175,147,175). Sum of RGB (Red+Green+Blue) = 175+147+175=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF93AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF93AF is #506C50. Grayscale: #9E9E9E. Windows color (decimal): -5270609 or 11506607. OLE color: 11506607.

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

Color convert

RGB 175 147 175 -
CMYK 0 0.16 0 0.31
HSL 300º 0.15% 0.63% -
HSV(B) 300º 0.16% 0.69% -
XYZ 35.85 33.08 45.05 -
YUV 158.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 175 147 175 0 0.16 0 0.31 300 0.15 0.63
Hex AF 93 AF 0 10 0 1F 12C F 3F
Octal 257 223 257 0 20 0 37 454 17 77
Binary 10101111 10010011 10101111 0 10000 0 11111 100101100 1111 111111

Color Harmonies of #AF93AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93AF

Black with #AF93AF

Text Example


Text Example

White with #AF93AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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