Html Css Color HEX #AA66F8 Medium Purple

📋 copy color: '#AA66F8'

red 170 ◦ green 102 ◦ blue 248

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

Shades of Medium Purple #AA66F8

Tints of Medium Purple #AA66F8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.62%

 BLUE value IS 248 (97.27% from 255) = 47.69%

R = 32.69%
G = 19.62%
B = 47.69%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA66F8 (or 0xAA66F8) is known color: Medium Purple. HEX triplet: AA, 66 and F8. RGB value is (170,102,248). Sum of RGB (Red+Green+Blue) = 170+102+248=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA66F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA66F8 is #559907. Grayscale: #8A8A8A. Windows color (decimal): -5609736 or 16279210. OLE color: 16279210.

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

Color convert

RGB 170 102 248 -
CMYK 0.31 0.59 0 0.03
HSL 267.95º 0.91% 0.69% -
HSV(B) 267.95º 0.59% 0.97% -
XYZ 38.27 24.83 91.58 -
YUV 138.98 189.53 150.13 -
System Red Green Blue C M Y K H S L
Decimal 170 102 248 0.31 0.59 0 0.03 267.95 0.91 0.69
Hex AA 66 F8 1F 3B 0 3 10C 5B 45
Octal 252 146 370 37 73 0 3 414 133 105
Binary 10101010 1100110 11111000 11111 111011 0 11 100001100 1011011 1000101

Color Harmonies of #AA66F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66F8

Black with #AA66F8

Text Example


Text Example

White with #AA66F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66F8; }

 p { color: rgb(170,102,248); }

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

background-color css

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

 a { background-color: rgb(170,102,248); }

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

border-color css

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

 span { border-color: rgb(170,102,248); }

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