Html Css Color HEX #AF8AAD London Hue

📋 copy color: '#AF8AAD'

red 175 ◦ green 138 ◦ blue 173

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

Shades of London Hue #AF8AAD

Tints of London Hue #AF8AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 36.01%
G = 28.4%
B = 35.6%

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

#AF8AAD (or 0xAF8AAD) is known color: London Hue. HEX triplet: AF, 8A and AD. RGB value is (175,138,173). Sum of RGB (Red+Green+Blue) = 175+138+173=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AAD is #507552. Grayscale: #989898. Windows color (decimal): -5272915 or 11373231. OLE color: 11373231.

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

Color convert

RGB 175 138 173 -
CMYK 0 0.21 0.01 0.31
HSL 303.24º 0.19% 0.61% -
HSV(B) 303.24º 0.21% 0.69% -
XYZ 34.31 30.31 43.58 -
YUV 153.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 175 138 173 0 0.21 0.01 0.31 303.24 0.19 0.61
Hex AF 8A AD 0 15 1 1F 12F 13 3D
Octal 257 212 255 0 25 1 37 457 23 75
Binary 10101111 10001010 10101101 0 10101 1 11111 100101111 10011 111101

Color Harmonies of #AF8AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AAD

Black with #AF8AAD

Text Example


Text Example

White with #AF8AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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