Html Css Color HEX #AA69F9 Medium Purple

📋 copy color: '#AA69F9'

red 170 ◦ green 105 ◦ blue 249

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

Shades of Medium Purple #AA69F9

Tints of Medium Purple #AA69F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.52%

R = 32.44%
G = 20.04%
B = 47.52%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA69F9 (or 0xAA69F9) is known color: Medium Purple. HEX triplet: AA, 69 and F9. RGB value is (170,105,249). Sum of RGB (Red+Green+Blue) = 170+105+249=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA69F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA69F9 is #559606. Grayscale: #8C8C8C. Windows color (decimal): -5608967 or 16345514. OLE color: 16345514.

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

Color convert

RGB 170 105 249 -
CMYK 0.32 0.58 0 0.02
HSL 267.08º 0.92% 0.69% -
HSV(B) 267.08º 0.58% 0.98% -
XYZ 38.73 25.49 92.5 -
YUV 140.85 189.03 148.79 -
System Red Green Blue C M Y K H S L
Decimal 170 105 249 0.32 0.58 0 0.02 267.08 0.92 0.69
Hex AA 69 F9 20 3A 0 2 10B 5C 45
Octal 252 151 371 40 72 0 2 413 134 105
Binary 10101010 1101001 11111001 100000 111010 0 10 100001011 1011100 1000101

Color Harmonies of #AA69F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69F9

Black with #AA69F9

Text Example


Text Example

White with #AA69F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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