Html Css Color HEX #AA86FC Medium Purple

📋 copy color: '#AA86FC'

red 170 ◦ green 134 ◦ blue 252

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

Shades of Medium Purple #AA86FC

Tints of Medium Purple #AA86FC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.1%

 BLUE value IS 252 (98.83% from 255) = 45.32%

R = 30.58%
G = 24.1%
B = 45.32%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA86FC (or 0xAA86FC) is known color: Medium Purple. HEX triplet: AA, 86 and FC. RGB value is (170,134,252). Sum of RGB (Red+Green+Blue) = 170+134+252=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA86FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA86FC is #557903. Grayscale: #9D9D9D. Windows color (decimal): -5601540 or 16549546. OLE color: 16549546.

HSL color Cylindrical-coordinate representation of color #AA86FC: hue angle of 258.31º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA86FC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 134 252 -
CMYK 0.33 0.47 0 0.01
HSL 258.31º 0.95% 0.76% -
HSV(B) 258.31º 0.47% 0.99% -
XYZ 42.67 32.62 96.14 -
YUV 158.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 170 134 252 0.33 0.47 0 0.01 258.31 0.95 0.76
Hex AA 86 FC 21 2F 0 1 102 5F 4C
Octal 252 206 374 41 57 0 1 402 137 114
Binary 10101010 10000110 11111100 100001 101111 0 1 100000010 1011111 1001100

Color Harmonies of #AA86FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA86FC

Black with #AA86FC

Text Example


Text Example

White with #AA86FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA86FC; }

 p { color: rgb(170,134,252); }

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

background-color css

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

 a { background-color: rgb(170,134,252); }

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

border-color css

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

 span { border-color: rgb(170,134,252); }

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