Html Css Color HEX #A86DE7 Medium Purple

📋 copy color: '#A86DE7'

red 168 ◦ green 109 ◦ blue 231

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

Shades of Medium Purple #A86DE7

Tints of Medium Purple #A86DE7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.46%

 BLUE value IS 231 (90.63% from 255) = 45.47%

R = 33.07%
G = 21.46%
B = 45.47%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A86DE7 (or 0xA86DE7) is known color: Medium Purple. HEX triplet: A8, 6D and E7. RGB value is (168,109,231). Sum of RGB (Red+Green+Blue) = 168+109+231=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #A86DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DE7 is #579218. Grayscale: #8C8C8C. Windows color (decimal): -5739033 or 15166888. OLE color: 15166888.

HSL color Cylindrical-coordinate representation of color #A86DE7: hue angle of 269.02º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86DE7 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 109 231 -
CMYK 0.27 0.53 0 0.09
HSL 269.02º 0.72% 0.67% -
HSV(B) 269.02º 0.53% 0.91% -
XYZ 36.04 25.03 78.53 -
YUV 140.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 168 109 231 0.27 0.53 0 0.09 269.02 0.72 0.67
Hex A8 6D E7 1B 35 0 9 10D 48 43
Octal 250 155 347 33 65 0 11 415 110 103
Binary 10101000 1101101 11100111 11011 110101 0 1001 100001101 1001000 1000011

Color Harmonies of #A86DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86DE7

Black with #A86DE7

Text Example


Text Example

White with #A86DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86DE7; }

 p { color: rgb(168,109,231); }

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

background-color css

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

 a { background-color: rgb(168,109,231); }

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

border-color css

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

 span { border-color: rgb(168,109,231); }

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