Html Css Color HEX #A864EF Medium Purple

📋 copy color: '#A864EF'

red 168 ◦ green 100 ◦ blue 239

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

Shades of Medium Purple #A864EF

Tints of Medium Purple #A864EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.72%

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 33.14%
G = 19.72%
B = 47.14%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A864EF (or 0xA864EF) is known color: Medium Purple. HEX triplet: A8, 64 and EF. RGB value is (168,100,239). Sum of RGB (Red+Green+Blue) = 168+100+239=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #A864EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A864EF is #579B10. Grayscale: #878787. Windows color (decimal): -5741329 or 15688872. OLE color: 15688872.

HSL color Cylindrical-coordinate representation of color #A864EF: hue angle of 269.35º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A864EF is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 100 239 -
CMYK 0.30 0.58 0 0.06
HSL 269.35º 0.81% 0.66% -
HSV(B) 269.35º 0.58% 0.94% -
XYZ 36.29 23.67 84.32 -
YUV 136.18 186.03 150.7 -
System Red Green Blue C M Y K H S L
Decimal 168 100 239 0.30 0.58 0 0.06 269.35 0.81 0.66
Hex A8 64 EF 1E 3A 0 6 10D 51 42
Octal 250 144 357 36 72 0 6 415 121 102
Binary 10101000 1100100 11101111 11110 111010 0 110 100001101 1010001 1000010

Color Harmonies of #A864EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A864EF

Black with #A864EF

Text Example


Text Example

White with #A864EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A864EF; }

 p { color: rgb(168,100,239); }

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

background-color css

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

 a { background-color: rgb(168,100,239); }

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

border-color css

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

 span { border-color: rgb(168,100,239); }

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