Html Css Color HEX #AF8FA5 London Hue

📋 copy color: '#AF8FA5'

red 175 ◦ green 143 ◦ blue 165

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

Shades of London Hue #AF8FA5

Tints of London Hue #AF8FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.16%

R = 36.23%
G = 29.61%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF8FA5 (or 0xAF8FA5) is known color: London Hue. HEX triplet: AF, 8F and A5. RGB value is (175,143,165). Sum of RGB (Red+Green+Blue) = 175+143+165=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8FA5 is #50705A. Grayscale: #9B9B9B. Windows color (decimal): -5271643 or 10850223. OLE color: 10850223.

HSL color Cylindrical-coordinate representation of color #AF8FA5: hue angle of 318.75º 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 #AF8FA5 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 143 165 -
CMYK 0 0.18 0.06 0.31
HSL 318.75º 0.17% 0.62% -
HSV(B) 318.75º 0.18% 0.69% -
XYZ 34.29 31.48 39.87 -
YUV 155.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 175 143 165 0 0.18 0.06 0.31 318.75 0.17 0.62
Hex AF 8F A5 0 12 6 1F 13F 11 3E
Octal 257 217 245 0 22 6 37 477 21 76
Binary 10101111 10001111 10100101 0 10010 110 11111 100111111 10001 111110

Color Harmonies of #AF8FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FA5

Black with #AF8FA5

Text Example


Text Example

White with #AF8FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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