Html Css Color HEX #AF81AC London Hue

📋 copy color: '#AF81AC'

red 175 ◦ green 129 ◦ blue 172

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

Shades of London Hue #AF81AC

Tints of London Hue #AF81AC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.1%

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

R = 36.76%
G = 27.1%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF81AC (or 0xAF81AC) is known color: London Hue. HEX triplet: AF, 81 and AC. RGB value is (175,129,172). Sum of RGB (Red+Green+Blue) = 175+129+172=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF81AC is #507E53. Grayscale: #939393. Windows color (decimal): -5275220 or 11305391. OLE color: 11305391.

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

Color convert

RGB 175 129 172 -
CMYK 0 0.26 0.02 0.31
HSL 303.91º 0.22% 0.6% -
HSV(B) 303.91º 0.26% 0.69% -
XYZ 32.98 27.79 42.66 -
YUV 147.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 175 129 172 0 0.26 0.02 0.31 303.91 0.22 0.6
Hex AF 81 AC 0 1A 2 1F 130 16 3C
Octal 257 201 254 0 32 2 37 460 26 74
Binary 10101111 10000001 10101100 0 11010 10 11111 100110000 10110 111100

Color Harmonies of #AF81AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81AC

Black with #AF81AC

Text Example


Text Example

White with #AF81AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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