Html Css Color HEX #AE7BAE London Hue

📋 copy color: '#AE7BAE'

red 174 ◦ green 123 ◦ blue 174

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

Shades of London Hue #AE7BAE

Tints of London Hue #AE7BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.11%

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

R = 36.94%
G = 26.11%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE7BAE (or 0xAE7BAE) is known color: London Hue. HEX triplet: AE, 7B and AE. RGB value is (174,123,174). Sum of RGB (Red+Green+Blue) = 174+123+174=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7BAE is #518451. Grayscale: #8F8F8F. Windows color (decimal): -5342290 or 11434926. OLE color: 11434926.

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

Color convert

RGB 174 123 174 -
CMYK 0 0.29 0 0.32
HSL 300º 0.24% 0.58% -
HSV(B) 300º 0.29% 0.68% -
XYZ 32.18 26.22 43.41 -
YUV 144.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 174 123 174 0 0.29 0 0.32 300 0.24 0.58
Hex AE 7B AE 0 1D 0 20 12C 18 3A
Octal 256 173 256 0 35 0 40 454 30 72
Binary 10101110 1111011 10101110 0 11101 0 100000 100101100 11000 111010

Color Harmonies of #AE7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7BAE

Black with #AE7BAE

Text Example


Text Example

White with #AE7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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