Html Css Color HEX #AE7BEA Medium Purple

📋 copy color: '#AE7BEA'

red 174 ◦ green 123 ◦ blue 234

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

Shades of Medium Purple #AE7BEA

Tints of Medium Purple #AE7BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 32.77%
G = 23.16%
B = 44.07%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AE7BEA (or 0xAE7BEA) is known color: Medium Purple. HEX triplet: AE, 7B and EA. RGB value is (174,123,234). Sum of RGB (Red+Green+Blue) = 174+123+234=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE7BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7BEA is #518415. Grayscale: #969696. Windows color (decimal): -5342230 or 15367086. OLE color: 15367086.

HSL color Cylindrical-coordinate representation of color #AE7BEA: hue angle of 267.57º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE7BEA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 123 234 -
CMYK 0.26 0.47 0 0.08
HSL 267.57º 0.73% 0.7% -
HSV(B) 267.57º 0.47% 0.92% -
XYZ 39.39 29.11 81.38 -
YUV 150.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 174 123 234 0.26 0.47 0 0.08 267.57 0.73 0.7
Hex AE 7B EA 1A 2F 0 8 10C 49 46
Octal 256 173 352 32 57 0 10 414 111 106
Binary 10101110 1111011 11101010 11010 101111 0 1000 100001100 1001001 1000110

Color Harmonies of #AE7BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7BEA

Black with #AE7BEA

Text Example


Text Example

White with #AE7BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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