Html Css Color HEX #A86CFD Medium Purple

📋 copy color: '#A86CFD'

red 168 ◦ green 108 ◦ blue 253

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

Shades of Medium Purple #A86CFD

Tints of Medium Purple #A86CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.42%

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

R = 31.76%
G = 20.42%
B = 47.83%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A86CFD (or 0xA86CFD) is known color: Medium Purple. HEX triplet: A8, 6C and FD. RGB value is (168,108,253). Sum of RGB (Red+Green+Blue) = 168+108+253=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #A86CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86CFD is #579302. Grayscale: #8D8D8D. Windows color (decimal): -5739267 or 16608424. OLE color: 16608424.

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

Color convert

RGB 168 108 253 -
CMYK 0.34 0.57 0 0.01
HSL 264.83º 0.97% 0.71% -
HSV(B) 264.83º 0.57% 0.99% -
XYZ 39.24 26.14 95.91 -
YUV 142.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 168 108 253 0.34 0.57 0 0.01 264.83 0.97 0.71
Hex A8 6C FD 22 39 0 1 109 61 47
Octal 250 154 375 42 71 0 1 411 141 107
Binary 10101000 1101100 11111101 100010 111001 0 1 100001001 1100001 1000111

Color Harmonies of #A86CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CFD

Black with #A86CFD

Text Example


Text Example

White with #A86CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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