Html Css Color HEX #A86BE5 Medium Purple

📋 copy color: '#A86BE5'

red 168 ◦ green 107 ◦ blue 229

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

Shades of Medium Purple #A86BE5

Tints of Medium Purple #A86BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.44%

R = 33.33%
G = 21.23%
B = 45.44%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A86BE5 (or 0xA86BE5) is known color: Medium Purple. HEX triplet: A8, 6B and E5. RGB value is (168,107,229). Sum of RGB (Red+Green+Blue) = 168+107+229=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #A86BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BE5 is #57941A. Grayscale: #8A8A8A. Windows color (decimal): -5739547 or 15035304. OLE color: 15035304.

HSL color Cylindrical-coordinate representation of color #A86BE5: hue angle of 270º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86BE5 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 107 229 -
CMYK 0.27 0.53 0 0.10
HSL 270º 0.7% 0.66% -
HSV(B) 270º 0.53% 0.9% -
XYZ 35.55 24.5 76.98 -
YUV 139.15 178.71 148.58 -
System Red Green Blue C M Y K H S L
Decimal 168 107 229 0.27 0.53 0 0.10 270 0.7 0.66
Hex A8 6B E5 1B 35 0 A 10E 46 42
Octal 250 153 345 33 65 0 12 416 106 102
Binary 10101000 1101011 11100101 11011 110101 0 1010 100001110 1000110 1000010

Color Harmonies of #A86BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86BE5

Black with #A86BE5

Text Example


Text Example

White with #A86BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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