Html Css Color HEX #A86BED Medium Purple

📋 copy color: '#A86BED'

red 168 ◦ green 107 ◦ blue 237

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

Shades of Medium Purple #A86BED

Tints of Medium Purple #A86BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 32.81%
G = 20.9%
B = 46.29%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A86BED (or 0xA86BED) is known color: Medium Purple. HEX triplet: A8, 6B and ED. RGB value is (168,107,237). Sum of RGB (Red+Green+Blue) = 168+107+237=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #A86BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86BED is #579412. Grayscale: #8B8B8B. Windows color (decimal): -5739539 or 15559592. OLE color: 15559592.

HSL color Cylindrical-coordinate representation of color #A86BED: hue angle of 268.15º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A86BED is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 107 237 -
CMYK 0.29 0.55 0 0.07
HSL 268.15º 0.78% 0.67% -
HSV(B) 268.15º 0.55% 0.93% -
XYZ 36.69 24.95 83 -
YUV 140.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 168 107 237 0.29 0.55 0 0.07 268.15 0.78 0.67
Hex A8 6B ED 1D 37 0 7 10C 4E 43
Octal 250 153 355 35 67 0 7 414 116 103
Binary 10101000 1101011 11101101 11101 110111 0 111 100001100 1001110 1000011

Color Harmonies of #A86BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86BED

Black with #A86BED

Text Example


Text Example

White with #A86BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86BED; }

 p { color: rgb(168,107,237); }

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

background-color css

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

 a { background-color: rgb(168,107,237); }

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

border-color css

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

 span { border-color: rgb(168,107,237); }

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