Html Css Color HEX #AA68F7 Medium Purple

📋 copy color: '#AA68F7'

red 170 ◦ green 104 ◦ blue 247

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

Shades of Medium Purple #AA68F7

Tints of Medium Purple #AA68F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.41%

R = 32.63%
G = 19.96%
B = 47.41%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA68F7 (or 0xAA68F7) is known color: Medium Purple. HEX triplet: AA, 68 and F7. RGB value is (170,104,247). Sum of RGB (Red+Green+Blue) = 170+104+247=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA68F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA68F7 is #559708. Grayscale: #8B8B8B. Windows color (decimal): -5609225 or 16214186. OLE color: 16214186.

HSL color Cylindrical-coordinate representation of color #AA68F7: hue angle of 267.69º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA68F7 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 104 247 -
CMYK 0.31 0.58 0 0.03
HSL 267.69º 0.9% 0.69% -
HSV(B) 267.69º 0.58% 0.97% -
XYZ 38.32 25.16 90.83 -
YUV 140.04 188.37 149.37 -
System Red Green Blue C M Y K H S L
Decimal 170 104 247 0.31 0.58 0 0.03 267.69 0.9 0.69
Hex AA 68 F7 1F 3A 0 3 10C 5A 45
Octal 252 150 367 37 72 0 3 414 132 105
Binary 10101010 1101000 11110111 11111 111010 0 11 100001100 1011010 1000101

Color Harmonies of #AA68F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68F7

Black with #AA68F7

Text Example


Text Example

White with #AA68F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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