Html Css Color HEX #A868EC Medium Purple

📋 copy color: '#A868EC'

red 168 ◦ green 104 ◦ blue 236

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

Shades of Medium Purple #A868EC

Tints of Medium Purple #A868EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.47%

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

R = 33.07%
G = 20.47%
B = 46.46%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A868EC (or 0xA868EC) is known color: Medium Purple. HEX triplet: A8, 68 and EC. RGB value is (168,104,236). Sum of RGB (Red+Green+Blue) = 168+104+236=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #A868EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868EC is #579713. Grayscale: #898989. Windows color (decimal): -5740308 or 15493288. OLE color: 15493288.

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

Color convert

RGB 168 104 236 -
CMYK 0.29 0.56 0 0.07
HSL 269.09º 0.78% 0.67% -
HSV(B) 269.09º 0.56% 0.93% -
XYZ 36.24 24.28 82.13 -
YUV 138.18 183.2 149.27 -
System Red Green Blue C M Y K H S L
Decimal 168 104 236 0.29 0.56 0 0.07 269.09 0.78 0.67
Hex A8 68 EC 1D 38 0 7 10D 4E 43
Octal 250 150 354 35 70 0 7 415 116 103
Binary 10101000 1101000 11101100 11101 111000 0 111 100001101 1001110 1000011

Color Harmonies of #A868EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868EC

Black with #A868EC

Text Example


Text Example

White with #A868EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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