Html Css Color HEX #AA69EE Medium Purple

📋 copy color: '#AA69EE'

red 170 ◦ green 105 ◦ blue 238

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

Shades of Medium Purple #AA69EE

Tints of Medium Purple #AA69EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 33.14%
G = 20.47%
B = 46.39%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA69EE (or 0xAA69EE) is known color: Medium Purple. HEX triplet: AA, 69 and EE. RGB value is (170,105,238). Sum of RGB (Red+Green+Blue) = 170+105+238=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA69EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA69EE is #559611. Grayscale: #8B8B8B. Windows color (decimal): -5608978 or 15624618. OLE color: 15624618.

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

Color convert

RGB 170 105 238 -
CMYK 0.29 0.56 0 0.07
HSL 269.32º 0.8% 0.67% -
HSV(B) 269.32º 0.56% 0.93% -
XYZ 37.06 24.82 83.73 -
YUV 139.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 170 105 238 0.29 0.56 0 0.07 269.32 0.8 0.67
Hex AA 69 EE 1D 38 0 7 10D 50 43
Octal 252 151 356 35 70 0 7 415 120 103
Binary 10101010 1101001 11101110 11101 111000 0 111 100001101 1010000 1000011

Color Harmonies of #AA69EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69EE

Black with #AA69EE

Text Example


Text Example

White with #AA69EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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