Html Css Color HEX #AE69EC Medium Purple

📋 copy color: '#AE69EC'

red 174 ◦ green 105 ◦ blue 236

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

Shades of Medium Purple #AE69EC

Tints of Medium Purple #AE69EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.39%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 33.79%
G = 20.39%
B = 45.83%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE69EC (or 0xAE69EC) is known color: Medium Purple. HEX triplet: AE, 69 and EC. RGB value is (174,105,236). Sum of RGB (Red+Green+Blue) = 174+105+236=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE69EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE69EC is #519613. Grayscale: #8C8C8C. Windows color (decimal): -5346836 or 15493550. OLE color: 15493550.

HSL color Cylindrical-coordinate representation of color #AE69EC: hue angle of 271.6º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE69EC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 105 236 -
CMYK 0.26 0.56 0 0.07
HSL 271.6º 0.78% 0.67% -
HSV(B) 271.6º 0.56% 0.93% -
XYZ 37.65 25.16 82.23 -
YUV 140.57 181.86 151.85 -
System Red Green Blue C M Y K H S L
Decimal 174 105 236 0.26 0.56 0 0.07 271.6 0.78 0.67
Hex AE 69 EC 1A 38 0 7 110 4E 43
Octal 256 151 354 32 70 0 7 420 116 103
Binary 10101110 1101001 11101100 11010 111000 0 111 100010000 1001110 1000011

Color Harmonies of #AE69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE69EC

Black with #AE69EC

Text Example


Text Example

White with #AE69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE69EC; }

 p { color: rgb(174,105,236); }

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

background-color css

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

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

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

border-color css

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

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

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