Html Css Color HEX #A866EA Medium Purple

📋 copy color: '#A866EA'

red 168 ◦ green 102 ◦ blue 234

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

Shades of Medium Purple #A866EA

Tints of Medium Purple #A866EA

RGB

 RED value IS 168 (66.02% from 255) = 33.33%

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 33.33%
G = 20.24%
B = 46.43%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A866EA (or 0xA866EA) is known color: Medium Purple. HEX triplet: A8, 66 and EA. RGB value is (168,102,234). Sum of RGB (Red+Green+Blue) = 168+102+234=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #A866EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A866EA is #579915. Grayscale: #888888. Windows color (decimal): -5740822 or 15361704. OLE color: 15361704.

HSL color Cylindrical-coordinate representation of color #A866EA: hue angle of 270º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A866EA is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 102 234 -
CMYK 0.28 0.56 0 0.08
HSL 270º 0.76% 0.66% -
HSV(B) 270º 0.56% 0.92% -
XYZ 35.75 23.77 80.55 -
YUV 136.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 168 102 234 0.28 0.56 0 0.08 270 0.76 0.66
Hex A8 66 EA 1C 38 0 8 10E 4C 42
Octal 250 146 352 34 70 0 10 416 114 102
Binary 10101000 1100110 11101010 11100 111000 0 1000 100001110 1001100 1000010

Color Harmonies of #A866EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A866EA

Black with #A866EA

Text Example


Text Example

White with #A866EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A866EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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