#A866FF

Color #A866FF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A866FF

Tints of Medium Purple #A866FF

Color information

#A866FF (or 0xA866FF) is unknown color: approx Medium Purple. HEX triplet: A8, 66 and FF. RGB value is (168,102,255). Sum of RGB (Red+Green+Blue) = 168+102+255=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #A866FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A866FF is #579900. Grayscale: #8A8A8A. Windows color (decimal): -5740801 or 16737960. OLE color: 16737960.

HSL color Cylindrical-coordinate representation of color #A866FF: hue angle of 265.88º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A866FF is Cyan = 0.34, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB168102255-
CMYK0.340.600
HSL265.88º100%70%-
HSV(B)265.88º60%100%-
XYZ38.9525.0597.39-
YUV139.18193.37148.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 102 (40.23% from 255) = 19.43%
BLUE value IS 255 (100% from 255) = 48.57%
R=32%
G=19.43%
B=48.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1681022550.340.600265.8810070
HexA866FF223C0010a6446
Octal250146377427400412144106
Binary101010001100110111111111000101111000010000101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A866FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A866FF; }

 p { color: rgb(168,102,255); }

 H1.HeaderClassName
 {
   color: #A866FF;
 }
 .AnyTagClassName
 {
   color: #A866FF;
 }
</style>
background-color css

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

 a { background-color: rgb(168,102,255); }

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

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

 span { border-color: rgb(168,102,255); }

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