Html Css Color HEX #AF7AA8 London Hue

📋 copy color: '#AF7AA8'

red 175 ◦ green 122 ◦ blue 168

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

Shades of London Hue #AF7AA8

Tints of London Hue #AF7AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.13%

R = 37.63%
G = 26.24%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF7AA8 (or 0xAF7AA8) is known color: London Hue. HEX triplet: AF, 7A and A8. RGB value is (175,122,168). Sum of RGB (Red+Green+Blue) = 175+122+168=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7AA8 is #508557. Grayscale: #8E8E8E. Windows color (decimal): -5277016 or 11041455. OLE color: 11041455.

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

Color convert

RGB 175 122 168 -
CMYK 0 0.30 0.04 0.31
HSL 307.92º 0.25% 0.58% -
HSV(B) 307.92º 0.3% 0.69% -
XYZ 31.71 25.86 40.37 -
YUV 143.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 175 122 168 0 0.30 0.04 0.31 307.92 0.25 0.58
Hex AF 7A A8 0 1E 4 1F 134 19 3A
Octal 257 172 250 0 36 4 37 464 31 72
Binary 10101111 1111010 10101000 0 11110 100 11111 100110100 11001 111010

Color Harmonies of #AF7AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AA8

Black with #AF7AA8

Text Example


Text Example

White with #AF7AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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