Html Css Color HEX #AE60FF Medium Purple

📋 copy color: '#AE60FF'

red 174 ◦ green 96 ◦ blue 255

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

Shades of Medium Purple #AE60FF

Tints of Medium Purple #AE60FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.29%

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

R = 33.14%
G = 18.29%
B = 48.57%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE60FF (or 0xAE60FF) is known color: Medium Purple. HEX triplet: AE, 60 and FF. RGB value is (174,96,255). Sum of RGB (Red+Green+Blue) = 174+96+255=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE60FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE60FF is #519F00. Grayscale: #888888. Windows color (decimal): -5349121 or 16736430. OLE color: 16736430.

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

Color convert

RGB 174 96 255 -
CMYK 0.32 0.62 0 0
HSL 269.43º 1% 0.69% -
HSV(B) 269.43º 0.62% 1% -
XYZ 39.69 24.58 97.26 -
YUV 137.45 194.34 154.07 -
System Red Green Blue C M Y K H S L
Decimal 174 96 255 0.32 0.62 0 0 269.43 1 0.69
Hex AE 60 FF 20 3E 0 0 10D 64 45
Octal 256 140 377 40 76 0 0 415 144 105
Binary 10101110 1100000 11111111 100000 111110 0 0 100001101 1100100 1000101

Color Harmonies of #AE60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE60FF

Black with #AE60FF

Text Example


Text Example

White with #AE60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE60FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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