Html Css Color HEX #A868EA Medium Purple

📋 copy color: '#A868EA'

red 168 ◦ green 104 ◦ blue 234

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

Shades of Medium Purple #A868EA

Tints of Medium Purple #A868EA

RGB

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

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

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

R = 33.2%
G = 20.55%
B = 46.25%

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

#A868EA (or 0xA868EA) is known color: Medium Purple. HEX triplet: A8, 68 and EA. RGB value is (168,104,234). Sum of RGB (Red+Green+Blue) = 168+104+234=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #A868EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868EA is #579715. Grayscale: #898989. Windows color (decimal): -5740310 or 15362216. OLE color: 15362216.

HSL color Cylindrical-coordinate representation of color #A868EA: hue angle of 269.54º 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 #A868EA is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 104 234 -
CMYK 0.28 0.56 0 0.08
HSL 269.54º 0.76% 0.66% -
HSV(B) 269.54º 0.56% 0.92% -
XYZ 35.95 24.17 80.61 -
YUV 137.96 182.2 149.43 -
System Red Green Blue C M Y K H S L
Decimal 168 104 234 0.28 0.56 0 0.08 269.54 0.76 0.66
Hex A8 68 EA 1C 38 0 8 10E 4C 42
Octal 250 150 352 34 70 0 10 416 114 102
Binary 10101000 1101000 11101010 11100 111000 0 1000 100001110 1001100 1000010

Color Harmonies of #A868EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868EA

Black with #A868EA

Text Example


Text Example

White with #A868EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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