Html Css Color HEX #AF79AF London Hue

📋 copy color: '#AF79AF'

red 175 ◦ green 121 ◦ blue 175

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

Shades of London Hue #AF79AF

Tints of London Hue #AF79AF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.69%

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

R = 37.15%
G = 25.69%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF79AF (or 0xAF79AF) is known color: London Hue. HEX triplet: AF, 79 and AF. RGB value is (175,121,175). Sum of RGB (Red+Green+Blue) = 175+121+175=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF79AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF79AF is #508650. Grayscale: #8F8F8F. Windows color (decimal): -5277265 or 11499951. OLE color: 11499951.

HSL color Cylindrical-coordinate representation of color #AF79AF: 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.31%. Process color model (Four color, CMYK) of #AF79AF is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 175 -
CMYK 0 0.31 0 0.31
HSL 300º 0.25% 0.58% -
HSV(B) 300º 0.31% 0.69% -
XYZ 32.25 25.88 43.85 -
YUV 143.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 175 121 175 0 0.31 0 0.31 300 0.25 0.58
Hex AF 79 AF 0 1F 0 1F 12C 19 3A
Octal 257 171 257 0 37 0 37 454 31 72
Binary 10101111 1111001 10101111 0 11111 0 11111 100101100 11001 111010

Color Harmonies of #AF79AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79AF

Black with #AF79AF

Text Example


Text Example

White with #AF79AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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