Html Css Color HEX #A86BE1 Amethyst

📋 copy color: '#A86BE1'

red 168 ◦ green 107 ◦ blue 225

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

Shades of Amethyst #A86BE1

Tints of Amethyst #A86BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45%

R = 33.6%
G = 21.4%
B = 45%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A86BE1 (or 0xA86BE1) is known color: Amethyst. HEX triplet: A8, 6B and E1. RGB value is (168,107,225). Sum of RGB (Red+Green+Blue) = 168+107+225=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #A86BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BE1 is #57941E. Grayscale: #8A8A8A. Windows color (decimal): -5739551 or 14773160. OLE color: 14773160.

HSL color Cylindrical-coordinate representation of color #A86BE1: hue angle of 271.02º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A86BE1 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 107 225 -
CMYK 0.25 0.52 0 0.12
HSL 271.02º 0.66% 0.65% -
HSV(B) 271.02º 0.52% 0.88% -
XYZ 35 24.28 74.08 -
YUV 138.69 176.71 148.91 -
System Red Green Blue C M Y K H S L
Decimal 168 107 225 0.25 0.52 0 0.12 271.02 0.66 0.65
Hex A8 6B E1 19 34 0 C 10F 42 41
Octal 250 153 341 31 64 0 14 417 102 101
Binary 10101000 1101011 11100001 11001 110100 0 1100 100001111 1000010 1000001

Color Harmonies of #A86BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86BE1

Black with #A86BE1

Text Example


Text Example

White with #A86BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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