Html Css Color HEX #AF7BAB London Hue

📋 copy color: '#AF7BAB'

red 175 ◦ green 123 ◦ blue 171

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

Shades of London Hue #AF7BAB

Tints of London Hue #AF7BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.23%

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

R = 37.31%
G = 26.23%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF7BAB (or 0xAF7BAB) is known color: London Hue. HEX triplet: AF, 7B and AB. RGB value is (175,123,171). Sum of RGB (Red+Green+Blue) = 175+123+171=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BAB is #508454. Grayscale: #8F8F8F. Windows color (decimal): -5276757 or 11238319. OLE color: 11238319.

HSL color Cylindrical-coordinate representation of color #AF7BAB: hue angle of 304.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7BAB is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 123 171 -
CMYK 0 0.30 0.02 0.31
HSL 304.62º 0.25% 0.58% -
HSV(B) 304.62º 0.3% 0.69% -
XYZ 32.11 26.22 41.9 -
YUV 144.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 175 123 171 0 0.30 0.02 0.31 304.62 0.25 0.58
Hex AF 7B AB 0 1E 2 1F 131 19 3A
Octal 257 173 253 0 36 2 37 461 31 72
Binary 10101111 1111011 10101011 0 11110 10 11111 100110001 11001 111010

Color Harmonies of #AF7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BAB

Black with #AF7BAB

Text Example


Text Example

White with #AF7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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