Html Css Color HEX #AE78FF Medium Purple

📋 copy color: '#AE78FF'

red 174 ◦ green 120 ◦ blue 255

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

Shades of Medium Purple #AE78FF

Tints of Medium Purple #AE78FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.86%

 BLUE value IS 255 (100% from 255) = 46.45%

R = 31.69%
G = 21.86%
B = 46.45%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE78FF (or 0xAE78FF) is known color: Medium Purple. HEX triplet: AE, 78 and FF. RGB value is (174,120,255). Sum of RGB (Red+Green+Blue) = 174+120+255=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE78FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE78FF is #518700. Grayscale: #979797. Windows color (decimal): -5342977 or 16742574. OLE color: 16742574.

HSL color Cylindrical-coordinate representation of color #AE78FF: hue angle of 264º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE78FF is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 120 255 -
CMYK 0.32 0.53 0 0
HSL 264º 1% 0.74% -
HSV(B) 264º 0.53% 1% -
XYZ 42.22 29.65 98.11 -
YUV 151.54 186.39 144.02 -
System Red Green Blue C M Y K H S L
Decimal 174 120 255 0.32 0.53 0 0 264 1 0.74
Hex AE 78 FF 20 35 0 0 108 64 4A
Octal 256 170 377 40 65 0 0 410 144 112
Binary 10101110 1111000 11111111 100000 110101 0 0 100001000 1100100 1001010

Color Harmonies of #AE78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE78FF

Black with #AE78FF

Text Example


Text Example

White with #AE78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE78FF; }

 p { color: rgb(174,120,255); }

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

background-color css

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

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

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

border-color css

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

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

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