Html Css Color HEX #AF79A8 London Hue

📋 copy color: '#AF79A8'

red 175 ◦ green 121 ◦ blue 168

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

Shades of London Hue #AF79A8

Tints of London Hue #AF79A8

RGB

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

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

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

R = 37.72%
G = 26.08%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF79A8 (or 0xAF79A8) is known color: London Hue. HEX triplet: AF, 79 and A8. RGB value is (175,121,168). Sum of RGB (Red+Green+Blue) = 175+121+168=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF79A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF79A8 is #508657. Grayscale: #8E8E8E. Windows color (decimal): -5277272 or 11041199. OLE color: 11041199.

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

Color convert

RGB 175 121 168 -
CMYK 0 0.31 0.04 0.31
HSL 307.78º 0.25% 0.58% -
HSV(B) 307.78º 0.31% 0.69% -
XYZ 31.58 25.62 40.33 -
YUV 142.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 175 121 168 0 0.31 0.04 0.31 307.78 0.25 0.58
Hex AF 79 A8 0 1F 4 1F 134 19 3A
Octal 257 171 250 0 37 4 37 464 31 72
Binary 10101111 1111001 10101000 0 11111 100 11111 100110100 11001 111010

Color Harmonies of #AF79A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79A8

Black with #AF79A8

Text Example


Text Example

White with #AF79A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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