Html Css Color HEX #AA69EC Medium Purple

📋 copy color: '#AA69EC'

red 170 ◦ green 105 ◦ blue 236

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

Shades of Medium Purple #AA69EC

Tints of Medium Purple #AA69EC

RGB

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

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

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

R = 33.27%
G = 20.55%
B = 46.18%

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

#AA69EC (or 0xAA69EC) is known color: Medium Purple. HEX triplet: AA, 69 and EC. RGB value is (170,105,236). Sum of RGB (Red+Green+Blue) = 170+105+236=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA69EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA69EC is #559613. Grayscale: #8A8A8A. Windows color (decimal): -5608980 or 15493546. OLE color: 15493546.

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

Color convert

RGB 170 105 236 -
CMYK 0.28 0.56 0 0.07
HSL 269.77º 0.78% 0.67% -
HSV(B) 269.77º 0.56% 0.93% -
XYZ 36.77 24.71 82.19 -
YUV 139.37 182.53 149.85 -
System Red Green Blue C M Y K H S L
Decimal 170 105 236 0.28 0.56 0 0.07 269.77 0.78 0.67
Hex AA 69 EC 1C 38 0 7 10E 4E 43
Octal 252 151 354 34 70 0 7 416 116 103
Binary 10101010 1101001 11101100 11100 111000 0 111 100001110 1001110 1000011

Color Harmonies of #AA69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69EC

Black with #AA69EC

Text Example


Text Example

White with #AA69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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