Html Css Color HEX #AF94AF London Hue

📋 copy color: '#AF94AF'

red 175 ◦ green 148 ◦ blue 175

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

Shades of London Hue #AF94AF

Tints of London Hue #AF94AF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.72%

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

R = 35.14%
G = 29.72%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF94AF (or 0xAF94AF) is known color: London Hue. HEX triplet: AF, 94 and AF. RGB value is (175,148,175). Sum of RGB (Red+Green+Blue) = 175+148+175=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF94AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF94AF is #506B50. Grayscale: #9F9F9F. Windows color (decimal): -5270353 or 11506863. OLE color: 11506863.

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

Color convert

RGB 175 148 175 -
CMYK 0 0.15 0 0.31
HSL 300º 0.14% 0.63% -
HSV(B) 300º 0.15% 0.69% -
XYZ 36.01 33.39 45.1 -
YUV 159.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 175 148 175 0 0.15 0 0.31 300 0.14 0.63
Hex AF 94 AF 0 F 0 1F 12C E 3F
Octal 257 224 257 0 17 0 37 454 16 77
Binary 10101111 10010100 10101111 0 1111 0 11111 100101100 1110 111111

Color Harmonies of #AF94AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94AF

Black with #AF94AF

Text Example


Text Example

White with #AF94AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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