Html Css Color HEX #AF81AE London Hue

📋 copy color: '#AF81AE'

red 175 ◦ green 129 ◦ blue 174

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

Shades of London Hue #AF81AE

Tints of London Hue #AF81AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.4%

R = 36.61%
G = 26.99%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF81AE (or 0xAF81AE) is known color: London Hue. HEX triplet: AF, 81 and AE. RGB value is (175,129,174). Sum of RGB (Red+Green+Blue) = 175+129+174=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF81AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF81AE is #507E51. Grayscale: #939393. Windows color (decimal): -5275218 or 11436463. OLE color: 11436463.

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

Color convert

RGB 175 129 174 -
CMYK 0 0.26 0.01 0.31
HSL 301.3º 0.22% 0.6% -
HSV(B) 301.3º 0.26% 0.69% -
XYZ 33.17 27.87 43.68 -
YUV 147.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 175 129 174 0 0.26 0.01 0.31 301.3 0.22 0.6
Hex AF 81 AE 0 1A 1 1F 12D 16 3C
Octal 257 201 256 0 32 1 37 455 26 74
Binary 10101111 10000001 10101110 0 11010 1 11111 100101101 10110 111100

Color Harmonies of #AF81AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81AE

Black with #AF81AE

Text Example


Text Example

White with #AF81AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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