Html Css Color HEX #AF8AAC London Hue

📋 copy color: '#AF8AAC'

red 175 ◦ green 138 ◦ blue 172

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

Shades of London Hue #AF8AAC

Tints of London Hue #AF8AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.46%

R = 36.08%
G = 28.45%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF8AAC (or 0xAF8AAC) is known color: London Hue. HEX triplet: AF, 8A and AC. RGB value is (175,138,172). Sum of RGB (Red+Green+Blue) = 175+138+172=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AAC is #507553. Grayscale: #989898. Windows color (decimal): -5272916 or 11307695. OLE color: 11307695.

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

Color convert

RGB 175 138 172 -
CMYK 0 0.21 0.02 0.31
HSL 304.86º 0.19% 0.61% -
HSV(B) 304.86º 0.21% 0.69% -
XYZ 34.21 30.27 43.07 -
YUV 152.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 175 138 172 0 0.21 0.02 0.31 304.86 0.19 0.61
Hex AF 8A AC 0 15 2 1F 131 13 3D
Octal 257 212 254 0 25 2 37 461 23 75
Binary 10101111 10001010 10101100 0 10101 10 11111 100110001 10011 111101

Color Harmonies of #AF8AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AAC

Black with #AF8AAC

Text Example


Text Example

White with #AF8AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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