Html Css Color HEX #AF7AAF London Hue

📋 copy color: '#AF7AAF'

red 175 ◦ green 122 ◦ blue 175

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

Shades of London Hue #AF7AAF

Tints of London Hue #AF7AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 37.08%
G = 25.85%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF7AAF (or 0xAF7AAF) is known color: London Hue. HEX triplet: AF, 7A and AF. RGB value is (175,122,175). Sum of RGB (Red+Green+Blue) = 175+122+175=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7AAF is #508550. Grayscale: #8F8F8F. Windows color (decimal): -5277009 or 11500207. OLE color: 11500207.

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

Color convert

RGB 175 122 175 -
CMYK 0 0.30 0 0.31
HSL 300º 0.25% 0.58% -
HSV(B) 300º 0.3% 0.69% -
XYZ 32.38 26.13 43.89 -
YUV 143.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 175 122 175 0 0.30 0 0.31 300 0.25 0.58
Hex AF 7A AF 0 1E 0 1F 12C 19 3A
Octal 257 172 257 0 36 0 37 454 31 72
Binary 10101111 1111010 10101111 0 11110 0 11111 100101100 11001 111010

Color Harmonies of #AF7AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AAF

Black with #AF7AAF

Text Example


Text Example

White with #AF7AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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