Html Css Color HEX #AA68EC Medium Purple

📋 copy color: '#AA68EC'

red 170 ◦ green 104 ◦ blue 236

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

Shades of Medium Purple #AA68EC

Tints of Medium Purple #AA68EC

RGB

 RED value IS 170 (66.8% from 255) = 33.33%

 GREEN value IS 104 (41.02% from 255) = 20.39%

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

R = 33.33%
G = 20.39%
B = 46.27%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA68EC (or 0xAA68EC) is known color: Medium Purple. HEX triplet: AA, 68 and EC. RGB value is (170,104,236). Sum of RGB (Red+Green+Blue) = 170+104+236=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA68EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA68EC is #559713. Grayscale: #8A8A8A. Windows color (decimal): -5609236 or 15493290. OLE color: 15493290.

HSL color Cylindrical-coordinate representation of color #AA68EC: hue angle of 270º 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 #AA68EC is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 104 236 -
CMYK 0.28 0.56 0 0.07
HSL 270º 0.78% 0.67% -
HSV(B) 270º 0.56% 0.93% -
XYZ 36.67 24.5 82.15 -
YUV 138.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 170 104 236 0.28 0.56 0 0.07 270 0.78 0.67
Hex AA 68 EC 1C 38 0 7 10E 4E 43
Octal 252 150 354 34 70 0 7 416 116 103
Binary 10101010 1101000 11101100 11100 111000 0 111 100001110 1001110 1000011

Color Harmonies of #AA68EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68EC

Black with #AA68EC

Text Example


Text Example

White with #AA68EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68EC; }

 p { color: rgb(170,104,236); }

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

background-color css

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

 a { background-color: rgb(170,104,236); }

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

border-color css

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

 span { border-color: rgb(170,104,236); }

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