Html Css Color HEX #A86FFD Medium Purple

📋 copy color: '#A86FFD'

red 168 ◦ green 111 ◦ blue 253

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

Shades of Medium Purple #A86FFD

Tints of Medium Purple #A86FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.56%

R = 31.58%
G = 20.86%
B = 47.56%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A86FFD (or 0xA86FFD) is known color: Medium Purple. HEX triplet: A8, 6F and FD. RGB value is (168,111,253). Sum of RGB (Red+Green+Blue) = 168+111+253=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #A86FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FFD is #579002. Grayscale: #8F8F8F. Windows color (decimal): -5738499 or 16609192. OLE color: 16609192.

HSL color Cylindrical-coordinate representation of color #A86FFD: hue angle of 264.08º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A86FFD is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 111 253 -
CMYK 0.34 0.56 0 0.01
HSL 264.08º 0.97% 0.71% -
HSV(B) 264.08º 0.56% 0.99% -
XYZ 39.56 26.79 96.01 -
YUV 144.23 189.38 144.95 -
System Red Green Blue C M Y K H S L
Decimal 168 111 253 0.34 0.56 0 0.01 264.08 0.97 0.71
Hex A8 6F FD 22 38 0 1 108 61 47
Octal 250 157 375 42 70 0 1 410 141 107
Binary 10101000 1101111 11111101 100010 111000 0 1 100001000 1100001 1000111

Color Harmonies of #A86FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FFD

Black with #A86FFD

Text Example


Text Example

White with #A86FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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