Html Css Color HEX #AF76AC London Hue

📋 copy color: '#AF76AC'

red 175 ◦ green 118 ◦ blue 172

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

Shades of London Hue #AF76AC

Tints of London Hue #AF76AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.38%

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 37.63%
G = 25.38%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF76AC (or 0xAF76AC) is known color: London Hue. HEX triplet: AF, 76 and AC. RGB value is (175,118,172). Sum of RGB (Red+Green+Blue) = 175+118+172=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF76AC is #508953. Grayscale: #8D8D8D. Windows color (decimal): -5278036 or 11302575. OLE color: 11302575.

HSL color Cylindrical-coordinate representation of color #AF76AC: hue angle of 303.16º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF76AC is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 172 -
CMYK 0 0.33 0.02 0.31
HSL 303.16º 0.26% 0.57% -
HSV(B) 303.16º 0.33% 0.69% -
XYZ 31.6 25.05 42.2 -
YUV 141.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 175 118 172 0 0.33 0.02 0.31 303.16 0.26 0.57
Hex AF 76 AC 0 21 2 1F 12F 1A 39
Octal 257 166 254 0 41 2 37 457 32 71
Binary 10101111 1110110 10101100 0 100001 10 11111 100101111 11010 111001

Color Harmonies of #AF76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76AC

Black with #AF76AC

Text Example


Text Example

White with #AF76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76AC; }

 p { color: rgb(175,118,172); }

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

background-color css

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

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

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

border-color css

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

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

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