Html Css Color HEX #A86BE7 Medium Purple

📋 copy color: '#A86BE7'

red 168 ◦ green 107 ◦ blue 231

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

Shades of Medium Purple #A86BE7

Tints of Medium Purple #A86BE7

RGB

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

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

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

R = 33.2%
G = 21.15%
B = 45.65%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A86BE7 (or 0xA86BE7) is known color: Medium Purple. HEX triplet: A8, 6B and E7. RGB value is (168,107,231). Sum of RGB (Red+Green+Blue) = 168+107+231=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #A86BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86BE7 is #579418. Grayscale: #8A8A8A. Windows color (decimal): -5739545 or 15166376. OLE color: 15166376.

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

Color convert

RGB 168 107 231 -
CMYK 0.27 0.54 0 0.09
HSL 269.52º 0.72% 0.66% -
HSV(B) 269.52º 0.54% 0.91% -
XYZ 35.83 24.61 78.46 -
YUV 139.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 168 107 231 0.27 0.54 0 0.09 269.52 0.72 0.66
Hex A8 6B E7 1B 36 0 9 10E 48 42
Octal 250 153 347 33 66 0 11 416 110 102
Binary 10101000 1101011 11100111 11011 110110 0 1001 100001110 1001000 1000010

Color Harmonies of #A86BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86BE7

Black with #A86BE7

Text Example


Text Example

White with #A86BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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