Html Css Color HEX #AE8BAE London Hue

📋 copy color: '#AE8BAE'

red 174 ◦ green 139 ◦ blue 174

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

Shades of London Hue #AE8BAE

Tints of London Hue #AE8BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.54%

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

R = 35.73%
G = 28.54%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE8BAE (or 0xAE8BAE) is known color: London Hue. HEX triplet: AE, 8B and AE. RGB value is (174,139,174). Sum of RGB (Red+Green+Blue) = 174+139+174=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE8BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8BAE is #517451. Grayscale: #999999. Windows color (decimal): -5338194 or 11439022. OLE color: 11439022.

HSL color Cylindrical-coordinate representation of color #AE8BAE: 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.2%. Process color model (Four color, CMYK) of #AE8BAE is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 139 174 -
CMYK 0 0.20 0 0.32
HSL 300º 0.18% 0.61% -
HSV(B) 300º 0.2% 0.68% -
XYZ 34.33 30.52 44.13 -
YUV 153.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 174 139 174 0 0.20 0 0.32 300 0.18 0.61
Hex AE 8B AE 0 14 0 20 12C 12 3D
Octal 256 213 256 0 24 0 40 454 22 75
Binary 10101110 10001011 10101110 0 10100 0 100000 100101100 10010 111101

Color Harmonies of #AE8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8BAE

Black with #AE8BAE

Text Example


Text Example

White with #AE8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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