Html Css Color HEX #AA68F9 Medium Purple

📋 copy color: '#AA68F9'

red 170 ◦ green 104 ◦ blue 249

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

Shades of Medium Purple #AA68F9

Tints of Medium Purple #AA68F9

RGB

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

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

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

R = 32.5%
G = 19.89%
B = 47.61%

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

#AA68F9 (or 0xAA68F9) is known color: Medium Purple. HEX triplet: AA, 68 and F9. RGB value is (170,104,249). Sum of RGB (Red+Green+Blue) = 170+104+249=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA68F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA68F9 is #559706. Grayscale: #8B8B8B. Windows color (decimal): -5609223 or 16345258. OLE color: 16345258.

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

Color convert

RGB 170 104 249 -
CMYK 0.32 0.58 0 0.02
HSL 267.31º 0.92% 0.69% -
HSV(B) 267.31º 0.58% 0.98% -
XYZ 38.63 25.29 92.47 -
YUV 140.26 189.37 149.21 -
System Red Green Blue C M Y K H S L
Decimal 170 104 249 0.32 0.58 0 0.02 267.31 0.92 0.69
Hex AA 68 F9 20 3A 0 2 10B 5C 45
Octal 252 150 371 40 72 0 2 413 134 105
Binary 10101010 1101000 11111001 100000 111010 0 10 100001011 1011100 1000101

Color Harmonies of #AA68F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68F9

Black with #AA68F9

Text Example


Text Example

White with #AA68F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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