Html Css Color HEX #AE8AAE London Hue

📋 copy color: '#AE8AAE'

red 174 ◦ green 138 ◦ blue 174

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

Shades of London Hue #AE8AAE

Tints of London Hue #AE8AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.4%

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

R = 35.8%
G = 28.4%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE8AAE (or 0xAE8AAE) is known color: London Hue. HEX triplet: AE, 8A and AE. RGB value is (174,138,174). Sum of RGB (Red+Green+Blue) = 174+138+174=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE8AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8AAE is #517551. Grayscale: #989898. Windows color (decimal): -5338450 or 11438766. OLE color: 11438766.

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

Color convert

RGB 174 138 174 -
CMYK 0 0.21 0 0.32
HSL 300º 0.18% 0.61% -
HSV(B) 300º 0.21% 0.68% -
XYZ 34.18 30.23 44.08 -
YUV 152.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 174 138 174 0 0.21 0 0.32 300 0.18 0.61
Hex AE 8A AE 0 15 0 20 12C 12 3D
Octal 256 212 256 0 25 0 40 454 22 75
Binary 10101110 10001010 10101110 0 10101 0 100000 100101100 10010 111101

Color Harmonies of #AE8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8AAE

Black with #AE8AAE

Text Example


Text Example

White with #AE8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8AAE; }

 p { color: rgb(174,138,174); }

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

background-color css

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

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

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

border-color css

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

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

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