Html Css Color HEX #AF8AAF London Hue

📋 copy color: '#AF8AAF'

red 175 ◦ green 138 ◦ blue 175

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

Shades of London Hue #AF8AAF

Tints of London Hue #AF8AAF

RGB

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

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

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

R = 35.86%
G = 28.28%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF8AAF (or 0xAF8AAF) is known color: London Hue. HEX triplet: AF, 8A and AF. RGB value is (175,138,175). Sum of RGB (Red+Green+Blue) = 175+138+175=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF8AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AAF is #507550. Grayscale: #999999. Windows color (decimal): -5272913 or 11504303. OLE color: 11504303.

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

Color convert

RGB 175 138 175 -
CMYK 0 0.21 0 0.31
HSL 300º 0.19% 0.61% -
HSV(B) 300º 0.21% 0.69% -
XYZ 34.51 30.39 44.6 -
YUV 153.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 175 138 175 0 0.21 0 0.31 300 0.19 0.61
Hex AF 8A AF 0 15 0 1F 12C 13 3D
Octal 257 212 257 0 25 0 37 454 23 75
Binary 10101111 10001010 10101111 0 10101 0 11111 100101100 10011 111101

Color Harmonies of #AF8AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AAF

Black with #AF8AAF

Text Example


Text Example

White with #AF8AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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