Html Css Color HEX #AF8BAB London Hue

📋 copy color: '#AF8BAB'

red 175 ◦ green 139 ◦ blue 171

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

Shades of London Hue #AF8BAB

Tints of London Hue #AF8BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 36.08%
G = 28.66%
B = 35.26%

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

#AF8BAB (or 0xAF8BAB) is known color: London Hue. HEX triplet: AF, 8B and AB. RGB value is (175,139,171). Sum of RGB (Red+Green+Blue) = 175+139+171=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8BAB is #507454. Grayscale: #999999. Windows color (decimal): -5272661 or 11242415. OLE color: 11242415.

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

Color convert

RGB 175 139 171 -
CMYK 0 0.21 0.02 0.31
HSL 306.67º 0.18% 0.62% -
HSV(B) 306.67º 0.21% 0.69% -
XYZ 34.26 30.52 42.61 -
YUV 153.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 175 139 171 0 0.21 0.02 0.31 306.67 0.18 0.62
Hex AF 8B AB 0 15 2 1F 133 12 3E
Octal 257 213 253 0 25 2 37 463 22 76
Binary 10101111 10001011 10101011 0 10101 10 11111 100110011 10010 111110

Color Harmonies of #AF8BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BAB

Black with #AF8BAB

Text Example


Text Example

White with #AF8BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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