Html Css Color HEX #A86FFA Medium Purple

📋 copy color: '#A86FFA'

red 168 ◦ green 111 ◦ blue 250

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

Shades of Medium Purple #A86FFA

Tints of Medium Purple #A86FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.98%

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

R = 31.76%
G = 20.98%
B = 47.26%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A86FFA (or 0xA86FFA) is known color: Medium Purple. HEX triplet: A8, 6F and FA. RGB value is (168,111,250). Sum of RGB (Red+Green+Blue) = 168+111+250=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #A86FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FFA is #579005. Grayscale: #8F8F8F. Windows color (decimal): -5738502 or 16412584. OLE color: 16412584.

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

Color convert

RGB 168 111 250 -
CMYK 0.33 0.56 0 0.02
HSL 264.6º 0.93% 0.71% -
HSV(B) 264.6º 0.56% 0.98% -
XYZ 39.09 26.6 93.52 -
YUV 143.89 187.88 145.2 -
System Red Green Blue C M Y K H S L
Decimal 168 111 250 0.33 0.56 0 0.02 264.6 0.93 0.71
Hex A8 6F FA 21 38 0 2 109 5D 47
Octal 250 157 372 41 70 0 2 411 135 107
Binary 10101000 1101111 11111010 100001 111000 0 10 100001001 1011101 1000111

Color Harmonies of #A86FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FFA

Black with #A86FFA

Text Example


Text Example

White with #A86FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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