Html Css Color HEX #AA69E6 Medium Purple

📋 copy color: '#AA69E6'

red 170 ◦ green 105 ◦ blue 230

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

Shades of Medium Purple #AA69E6

Tints of Medium Purple #AA69E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 33.66%
G = 20.79%
B = 45.54%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA69E6 (or 0xAA69E6) is known color: Medium Purple. HEX triplet: AA, 69 and E6. RGB value is (170,105,230). Sum of RGB (Red+Green+Blue) = 170+105+230=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA69E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA69E6 is #559619. Grayscale: #8A8A8A. Windows color (decimal): -5608986 or 15100330. OLE color: 15100330.

HSL color Cylindrical-coordinate representation of color #AA69E6: hue angle of 271.2º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA69E6 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 105 230 -
CMYK 0.26 0.54 0 0.10
HSL 271.2º 0.71% 0.66% -
HSV(B) 271.2º 0.54% 0.9% -
XYZ 35.91 24.36 77.67 -
YUV 138.69 179.53 150.34 -
System Red Green Blue C M Y K H S L
Decimal 170 105 230 0.26 0.54 0 0.10 271.2 0.71 0.66
Hex AA 69 E6 1A 36 0 A 10F 47 42
Octal 252 151 346 32 66 0 12 417 107 102
Binary 10101010 1101001 11100110 11010 110110 0 1010 100001111 1000111 1000010

Color Harmonies of #AA69E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69E6

Black with #AA69E6

Text Example


Text Example

White with #AA69E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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