Html Css Color HEX #A864EC Medium Purple

📋 copy color: '#A864EC'

red 168 ◦ green 100 ◦ blue 236

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

Shades of Medium Purple #A864EC

Tints of Medium Purple #A864EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 33.33%
G = 19.84%
B = 46.83%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A864EC (or 0xA864EC) is known color: Medium Purple. HEX triplet: A8, 64 and EC. RGB value is (168,100,236). Sum of RGB (Red+Green+Blue) = 168+100+236=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #A864EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A864EC is #579B13. Grayscale: #878787. Windows color (decimal): -5741332 or 15492264. OLE color: 15492264.

HSL color Cylindrical-coordinate representation of color #A864EC: hue angle of 270º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A864EC is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 100 236 -
CMYK 0.29 0.58 0 0.07
HSL 270º 0.78% 0.66% -
HSV(B) 270º 0.58% 0.93% -
XYZ 35.85 23.5 82 -
YUV 135.84 184.53 150.94 -
System Red Green Blue C M Y K H S L
Decimal 168 100 236 0.29 0.58 0 0.07 270 0.78 0.66
Hex A8 64 EC 1D 3A 0 7 10E 4E 42
Octal 250 144 354 35 72 0 7 416 116 102
Binary 10101000 1100100 11101100 11101 111010 0 111 100001110 1001110 1000010

Color Harmonies of #A864EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A864EC

Black with #A864EC

Text Example


Text Example

White with #A864EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A864EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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