Html Css Color HEX #AF7AAE London Hue

📋 copy color: '#AF7AAE'

red 175 ◦ green 122 ◦ blue 174

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

Shades of London Hue #AF7AAE

Tints of London Hue #AF7AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.94%

R = 37.15%
G = 25.9%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF7AAE (or 0xAF7AAE) is known color: London Hue. HEX triplet: AF, 7A and AE. RGB value is (175,122,174). Sum of RGB (Red+Green+Blue) = 175+122+174=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7AAE is #508551. Grayscale: #8F8F8F. Windows color (decimal): -5277010 or 11434671. OLE color: 11434671.

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

Color convert

RGB 175 122 174 -
CMYK 0 0.30 0.01 0.31
HSL 301.13º 0.25% 0.58% -
HSV(B) 301.13º 0.3% 0.69% -
XYZ 32.28 26.09 43.38 -
YUV 143.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 175 122 174 0 0.30 0.01 0.31 301.13 0.25 0.58
Hex AF 7A AE 0 1E 1 1F 12D 19 3A
Octal 257 172 256 0 36 1 37 455 31 72
Binary 10101111 1111010 10101110 0 11110 1 11111 100101101 11001 111010

Color Harmonies of #AF7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AAE

Black with #AF7AAE

Text Example


Text Example

White with #AF7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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