Html Css Color HEX #AF8BAC London Hue

📋 copy color: '#AF8BAC'

red 175 ◦ green 139 ◦ blue 172

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

Shades of London Hue #AF8BAC

Tints of London Hue #AF8BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.6%

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

R = 36.01%
G = 28.6%
B = 35.39%

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

#AF8BAC (or 0xAF8BAC) is known color: London Hue. HEX triplet: AF, 8B and AC. RGB value is (175,139,172). Sum of RGB (Red+Green+Blue) = 175+139+172=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8BAC is #507453. Grayscale: #999999. Windows color (decimal): -5272660 or 11307951. OLE color: 11307951.

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

Color convert

RGB 175 139 172 -
CMYK 0 0.21 0.02 0.31
HSL 305º 0.18% 0.62% -
HSV(B) 305º 0.21% 0.69% -
XYZ 34.36 30.56 43.12 -
YUV 153.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 175 139 172 0 0.21 0.02 0.31 305 0.18 0.62
Hex AF 8B AC 0 15 2 1F 131 12 3E
Octal 257 213 254 0 25 2 37 461 22 76
Binary 10101111 10001011 10101100 0 10101 10 11111 100110001 10010 111110

Color Harmonies of #AF8BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BAC

Black with #AF8BAC

Text Example


Text Example

White with #AF8BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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