Html Css Color HEX #AA68FA Medium Purple

📋 copy color: '#AA68FA'

red 170 ◦ green 104 ◦ blue 250

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

Shades of Medium Purple #AA68FA

Tints of Medium Purple #AA68FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.85%

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

R = 32.44%
G = 19.85%
B = 47.71%

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

#AA68FA (or 0xAA68FA) is known color: Medium Purple. HEX triplet: AA, 68 and FA. RGB value is (170,104,250). Sum of RGB (Red+Green+Blue) = 170+104+250=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA68FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA68FA is #559705. Grayscale: #8B8B8B. Windows color (decimal): -5609222 or 16410794. OLE color: 16410794.

HSL color Cylindrical-coordinate representation of color #AA68FA: hue angle of 267.12º degrees, saturation: 0.94, 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 #AA68FA is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 104 250 -
CMYK 0.32 0.58 0 0.02
HSL 267.12º 0.94% 0.69% -
HSV(B) 267.12º 0.58% 0.98% -
XYZ 38.78 25.35 93.29 -
YUV 140.38 189.87 149.13 -
System Red Green Blue C M Y K H S L
Decimal 170 104 250 0.32 0.58 0 0.02 267.12 0.94 0.69
Hex AA 68 FA 20 3A 0 2 10B 5E 45
Octal 252 150 372 40 72 0 2 413 136 105
Binary 10101010 1101000 11111010 100000 111010 0 10 100001011 1011110 1000101

Color Harmonies of #AA68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68FA

Black with #AA68FA

Text Example


Text Example

White with #AA68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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