Html Css Color HEX #AF7CA8 London Hue

📋 copy color: '#AF7CA8'

red 175 ◦ green 124 ◦ blue 168

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

Shades of London Hue #AF7CA8

Tints of London Hue #AF7CA8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.55%

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

R = 37.47%
G = 26.55%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF7CA8 (or 0xAF7CA8) is known color: London Hue. HEX triplet: AF, 7C and A8. RGB value is (175,124,168). Sum of RGB (Red+Green+Blue) = 175+124+168=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7CA8 is #508357. Grayscale: #909090. Windows color (decimal): -5276504 or 11041967. OLE color: 11041967.

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

Color convert

RGB 175 124 168 -
CMYK 0 0.29 0.04 0.31
HSL 308.24º 0.24% 0.59% -
HSV(B) 308.24º 0.29% 0.69% -
XYZ 31.95 26.36 40.45 -
YUV 144.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 175 124 168 0 0.29 0.04 0.31 308.24 0.24 0.59
Hex AF 7C A8 0 1D 4 1F 134 18 3B
Octal 257 174 250 0 35 4 37 464 30 73
Binary 10101111 1111100 10101000 0 11101 100 11111 100110100 11000 111011

Color Harmonies of #AF7CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CA8

Black with #AF7CA8

Text Example


Text Example

White with #AF7CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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