Html Css Color HEX #A868ED Medium Purple

📋 copy color: '#A868ED'

red 168 ◦ green 104 ◦ blue 237

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

Shades of Medium Purple #A868ED

Tints of Medium Purple #A868ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 33.01%
G = 20.43%
B = 46.56%

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

#A868ED (or 0xA868ED) is known color: Medium Purple. HEX triplet: A8, 68 and ED. RGB value is (168,104,237). Sum of RGB (Red+Green+Blue) = 168+104+237=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #A868ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868ED is #579712. Grayscale: #898989. Windows color (decimal): -5740307 or 15558824. OLE color: 15558824.

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

Color convert

RGB 168 104 237 -
CMYK 0.29 0.56 0 0.07
HSL 268.87º 0.79% 0.67% -
HSV(B) 268.87º 0.56% 0.93% -
XYZ 36.38 24.34 82.9 -
YUV 138.3 183.7 149.19 -
System Red Green Blue C M Y K H S L
Decimal 168 104 237 0.29 0.56 0 0.07 268.87 0.79 0.67
Hex A8 68 ED 1D 38 0 7 10D 4F 43
Octal 250 150 355 35 70 0 7 415 117 103
Binary 10101000 1101000 11101101 11101 111000 0 111 100001101 1001111 1000011

Color Harmonies of #A868ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868ED

Black with #A868ED

Text Example


Text Example

White with #A868ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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