Html Css Color HEX #AF7AAB London Hue

📋 copy color: '#AF7AAB'

red 175 ◦ green 122 ◦ blue 171

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

Shades of London Hue #AF7AAB

Tints of London Hue #AF7AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.07%

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

R = 37.39%
G = 26.07%
B = 36.54%

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

#AF7AAB (or 0xAF7AAB) is known color: London Hue. HEX triplet: AF, 7A and AB. RGB value is (175,122,171). Sum of RGB (Red+Green+Blue) = 175+122+171=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7AAB is #508554. Grayscale: #8F8F8F. Windows color (decimal): -5277013 or 11238063. OLE color: 11238063.

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

Color convert

RGB 175 122 171 -
CMYK 0 0.30 0.02 0.31
HSL 304.53º 0.25% 0.58% -
HSV(B) 304.53º 0.3% 0.69% -
XYZ 31.99 25.97 41.86 -
YUV 143.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 175 122 171 0 0.30 0.02 0.31 304.53 0.25 0.58
Hex AF 7A AB 0 1E 2 1F 131 19 3A
Octal 257 172 253 0 36 2 37 461 31 72
Binary 10101111 1111010 10101011 0 11110 10 11111 100110001 11001 111010

Color Harmonies of #AF7AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AAB

Black with #AF7AAB

Text Example


Text Example

White with #AF7AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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