Html Css Color HEX #A868FA Medium Purple

📋 copy color: '#A868FA'

red 168 ◦ green 104 ◦ blue 250

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

Shades of Medium Purple #A868FA

Tints of Medium Purple #A868FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 32.18%
G = 19.92%
B = 47.89%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A868FA (or 0xA868FA) is known color: Medium Purple. HEX triplet: A8, 68 and FA. RGB value is (168,104,250). Sum of RGB (Red+Green+Blue) = 168+104+250=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #A868FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868FA is #579705. Grayscale: #8B8B8B. Windows color (decimal): -5740294 or 16410792. OLE color: 16410792.

HSL color Cylindrical-coordinate representation of color #A868FA: hue angle of 266.3º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A868FA is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 104 250 -
CMYK 0.33 0.58 0 0.02
HSL 266.3º 0.94% 0.69% -
HSV(B) 266.3º 0.58% 0.98% -
XYZ 38.35 25.13 93.27 -
YUV 139.78 190.2 148.13 -
System Red Green Blue C M Y K H S L
Decimal 168 104 250 0.33 0.58 0 0.02 266.3 0.94 0.69
Hex A8 68 FA 21 3A 0 2 10A 5E 45
Octal 250 150 372 41 72 0 2 412 136 105
Binary 10101000 1101000 11111010 100001 111010 0 10 100001010 1011110 1000101

Color Harmonies of #A868FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868FA

Black with #A868FA

Text Example


Text Example

White with #A868FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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