Html Css Color HEX #A868EE Medium Purple

📋 copy color: '#A868EE'

red 168 ◦ green 104 ◦ blue 238

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

Shades of Medium Purple #A868EE

Tints of Medium Purple #A868EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.67%

R = 32.94%
G = 20.39%
B = 46.67%

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

#A868EE (or 0xA868EE) is known color: Medium Purple. HEX triplet: A8, 68 and EE. RGB value is (168,104,238). Sum of RGB (Red+Green+Blue) = 168+104+238=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #A868EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868EE is #579711. Grayscale: #898989. Windows color (decimal): -5740306 or 15624360. OLE color: 15624360.

HSL color Cylindrical-coordinate representation of color #A868EE: hue angle of 268.66º degrees, saturation: 0.8, 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 #A868EE is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 104 238 -
CMYK 0.29 0.56 0 0.07
HSL 268.66º 0.8% 0.67% -
HSV(B) 268.66º 0.56% 0.93% -
XYZ 36.53 24.4 83.67 -
YUV 138.41 184.2 149.1 -
System Red Green Blue C M Y K H S L
Decimal 168 104 238 0.29 0.56 0 0.07 268.66 0.8 0.67
Hex A8 68 EE 1D 38 0 7 10D 50 43
Octal 250 150 356 35 70 0 7 415 120 103
Binary 10101000 1101000 11101110 11101 111000 0 111 100001101 1010000 1000011

Color Harmonies of #A868EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868EE

Black with #A868EE

Text Example


Text Example

White with #A868EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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