Html Css Color HEX #AA69FA Medium Purple

📋 copy color: '#AA69FA'

red 170 ◦ green 105 ◦ blue 250

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

Shades of Medium Purple #AA69FA

Tints of Medium Purple #AA69FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 32.38%
G = 20%
B = 47.62%

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

#AA69FA (or 0xAA69FA) is known color: Medium Purple. HEX triplet: AA, 69 and FA. RGB value is (170,105,250). Sum of RGB (Red+Green+Blue) = 170+105+250=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA69FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA69FA is #559605. Grayscale: #8C8C8C. Windows color (decimal): -5608966 or 16411050. OLE color: 16411050.

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

Color convert

RGB 170 105 250 -
CMYK 0.32 0.58 0 0.02
HSL 266.9º 0.94% 0.7% -
HSV(B) 266.9º 0.58% 0.98% -
XYZ 38.88 25.55 93.32 -
YUV 140.97 189.53 148.71 -
System Red Green Blue C M Y K H S L
Decimal 170 105 250 0.32 0.58 0 0.02 266.9 0.94 0.7
Hex AA 69 FA 20 3A 0 2 10B 5E 46
Octal 252 151 372 40 72 0 2 413 136 106
Binary 10101010 1101001 11111010 100000 111010 0 10 100001011 1011110 1000110

Color Harmonies of #AA69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69FA

Black with #AA69FA

Text Example


Text Example

White with #AA69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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