Html Css Color HEX #AF8FAE London Hue

📋 copy color: '#AF8FAE'

red 175 ◦ green 143 ◦ blue 174

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

Shades of London Hue #AF8FAE

Tints of London Hue #AF8FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.37%

R = 35.57%
G = 29.07%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF8FAE (or 0xAF8FAE) is known color: London Hue. HEX triplet: AF, 8F and AE. RGB value is (175,143,174). Sum of RGB (Red+Green+Blue) = 175+143+174=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8FAE is #507051. Grayscale: #9C9C9C. Windows color (decimal): -5271634 or 11440047. OLE color: 11440047.

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

Color convert

RGB 175 143 174 -
CMYK 0 0.18 0.01 0.31
HSL 301.88º 0.17% 0.62% -
HSV(B) 301.88º 0.18% 0.69% -
XYZ 35.14 31.81 44.33 -
YUV 156.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 175 143 174 0 0.18 0.01 0.31 301.88 0.17 0.62
Hex AF 8F AE 0 12 1 1F 12E 11 3E
Octal 257 217 256 0 22 1 37 456 21 76
Binary 10101111 10001111 10101110 0 10010 1 11111 100101110 10001 111110

Color Harmonies of #AF8FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FAE

Black with #AF8FAE

Text Example


Text Example

White with #AF8FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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