Html Css Color HEX #AF8FAF London Hue

📋 copy color: '#AF8FAF'

red 175 ◦ green 143 ◦ blue 175

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

Shades of London Hue #AF8FAF

Tints of London Hue #AF8FAF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.01%

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

R = 35.5%
G = 29.01%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF8FAF (or 0xAF8FAF) is known color: London Hue. HEX triplet: AF, 8F and AF. RGB value is (175,143,175). Sum of RGB (Red+Green+Blue) = 175+143+175=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF8FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8FAF is #507050. Grayscale: #9C9C9C. Windows color (decimal): -5271633 or 11505583. OLE color: 11505583.

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

Color convert

RGB 175 143 175 -
CMYK 0 0.18 0 0.31
HSL 300º 0.17% 0.62% -
HSV(B) 300º 0.18% 0.69% -
XYZ 35.24 31.85 44.85 -
YUV 156.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 175 143 175 0 0.18 0 0.31 300 0.17 0.62
Hex AF 8F AF 0 12 0 1F 12C 11 3E
Octal 257 217 257 0 22 0 37 454 21 76
Binary 10101111 10001111 10101111 0 10010 0 11111 100101100 10001 111110

Color Harmonies of #AF8FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FAF

Black with #AF8FAF

Text Example


Text Example

White with #AF8FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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