Html Css Color HEX #AF7AAC London Hue

📋 copy color: '#AF7AAC'

red 175 ◦ green 122 ◦ blue 172

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

Shades of London Hue #AF7AAC

Tints of London Hue #AF7AAC

RGB

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

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

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

R = 37.31%
G = 26.01%
B = 36.67%

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

#AF7AAC (or 0xAF7AAC) is known color: London Hue. HEX triplet: AF, 7A and AC. RGB value is (175,122,172). Sum of RGB (Red+Green+Blue) = 175+122+172=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7AAC is #508553. Grayscale: #8F8F8F. Windows color (decimal): -5277012 or 11303599. OLE color: 11303599.

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

Color convert

RGB 175 122 172 -
CMYK 0 0.30 0.02 0.31
HSL 303.4º 0.25% 0.58% -
HSV(B) 303.4º 0.3% 0.69% -
XYZ 32.09 26.01 42.36 -
YUV 143.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 175 122 172 0 0.30 0.02 0.31 303.4 0.25 0.58
Hex AF 7A AC 0 1E 2 1F 12F 19 3A
Octal 257 172 254 0 36 2 37 457 31 72
Binary 10101111 1111010 10101100 0 11110 10 11111 100101111 11001 111010

Color Harmonies of #AF7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AAC

Black with #AF7AAC

Text Example


Text Example

White with #AF7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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