Html Css Color HEX #AF7EA8 London Hue

📋 copy color: '#AF7EA8'

red 175 ◦ green 126 ◦ blue 168

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

Shades of London Hue #AF7EA8

Tints of London Hue #AF7EA8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.87%

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

R = 37.31%
G = 26.87%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF7EA8 (or 0xAF7EA8) is known color: London Hue. HEX triplet: AF, 7E and A8. RGB value is (175,126,168). Sum of RGB (Red+Green+Blue) = 175+126+168=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7EA8 is #508157. Grayscale: #919191. Windows color (decimal): -5275992 or 11042479. OLE color: 11042479.

HSL color Cylindrical-coordinate representation of color #AF7EA8: hue angle of 308.57º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF7EA8 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 126 168 -
CMYK 0 0.28 0.04 0.31
HSL 308.57º 0.23% 0.59% -
HSV(B) 308.57º 0.28% 0.69% -
XYZ 32.21 26.86 40.53 -
YUV 145.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 175 126 168 0 0.28 0.04 0.31 308.57 0.23 0.59
Hex AF 7E A8 0 1C 4 1F 135 17 3B
Octal 257 176 250 0 34 4 37 465 27 73
Binary 10101111 1111110 10101000 0 11100 100 11111 100110101 10111 111011

Color Harmonies of #AF7EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EA8

Black with #AF7EA8

Text Example


Text Example

White with #AF7EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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