Html Css Color HEX #AE82AD London Hue

📋 copy color: '#AE82AD'

red 174 ◦ green 130 ◦ blue 173

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

Shades of London Hue #AE82AD

Tints of London Hue #AE82AD

RGB

 RED value IS 174 (68.36% from 255) = 36.48%

 GREEN value IS 130 (51.17% from 255) = 27.25%

 BLUE value IS 173 (67.97% from 255) = 36.27%

R = 36.48%
G = 27.25%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE82AD (or 0xAE82AD) is known color: London Hue. HEX triplet: AE, 82 and AD. RGB value is (174,130,173). Sum of RGB (Red+Green+Blue) = 174+130+173=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE82AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE82AD is #517D52. Grayscale: #939393. Windows color (decimal): -5340499 or 11371182. OLE color: 11371182.

HSL color Cylindrical-coordinate representation of color #AE82AD: hue angle of 301.36º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE82AD is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 130 173 -
CMYK 0 0.25 0.01 0.32
HSL 301.36º 0.21% 0.6% -
HSV(B) 301.36º 0.25% 0.68% -
XYZ 32.98 27.98 43.2 -
YUV 148.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 174 130 173 0 0.25 0.01 0.32 301.36 0.21 0.6
Hex AE 82 AD 0 19 1 20 12D 15 3C
Octal 256 202 255 0 31 1 40 455 25 74
Binary 10101110 10000010 10101101 0 11001 1 100000 100101101 10101 111100

Color Harmonies of #AE82AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE82AD

Black with #AE82AD

Text Example


Text Example

White with #AE82AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE82AD; }

 p { color: rgb(174,130,173); }

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

background-color css

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

 a { background-color: rgb(174,130,173); }

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

border-color css

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

 span { border-color: rgb(174,130,173); }

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