Html Css Color HEX #A868FE Medium Purple

📋 copy color: '#A868FE'

red 168 ◦ green 104 ◦ blue 254

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

Shades of Medium Purple #A868FE

Tints of Medium Purple #A868FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 31.94%
G = 19.77%
B = 48.29%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A868FE (or 0xA868FE) is known color: Medium Purple. HEX triplet: A8, 68 and FE. RGB value is (168,104,254). Sum of RGB (Red+Green+Blue) = 168+104+254=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #A868FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868FE is #579701. Grayscale: #8B8B8B. Windows color (decimal): -5740290 or 16672936. OLE color: 16672936.

HSL color Cylindrical-coordinate representation of color #A868FE: hue angle of 265.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A868FE is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 104 254 -
CMYK 0.34 0.59 0 0.00
HSL 265.6º 0.99% 0.7% -
HSV(B) 265.6º 0.59% 1% -
XYZ 38.99 25.38 96.61 -
YUV 140.24 192.2 147.8 -
System Red Green Blue C M Y K H S L
Decimal 168 104 254 0.34 0.59 0 0.00 265.6 0.99 0.7
Hex A8 68 FE 22 3B 0 0 10A 63 46
Octal 250 150 376 42 73 0 0 412 143 106
Binary 10101000 1101000 11111110 100010 111011 0 0 100001010 1100011 1000110

Color Harmonies of #A868FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868FE

Black with #A868FE

Text Example


Text Example

White with #A868FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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