Html Css Color HEX #AF8AAE London Hue

📋 copy color: '#AF8AAE'

red 175 ◦ green 138 ◦ blue 174

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

Shades of London Hue #AF8AAE

Tints of London Hue #AF8AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.34%

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

R = 35.93%
G = 28.34%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF8AAE (or 0xAF8AAE) is known color: London Hue. HEX triplet: AF, 8A and AE. RGB value is (175,138,174). Sum of RGB (Red+Green+Blue) = 175+138+174=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AAE is #507551. Grayscale: #999999. Windows color (decimal): -5272914 or 11438767. OLE color: 11438767.

HSL color Cylindrical-coordinate representation of color #AF8AAE: hue angle of 301.62º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8AAE is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 138 174 -
CMYK 0 0.21 0.01 0.31
HSL 301.62º 0.19% 0.61% -
HSV(B) 301.62º 0.21% 0.69% -
XYZ 34.41 30.35 44.09 -
YUV 153.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 175 138 174 0 0.21 0.01 0.31 301.62 0.19 0.61
Hex AF 8A AE 0 15 1 1F 12E 13 3D
Octal 257 212 256 0 25 1 37 456 23 75
Binary 10101111 10001010 10101110 0 10101 1 11111 100101110 10011 111101

Color Harmonies of #AF8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AAE

Black with #AF8AAE

Text Example


Text Example

White with #AF8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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