Html Css Color HEX #A86EE0 Amethyst

📋 copy color: '#A86EE0'

red 168 ◦ green 110 ◦ blue 224

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

Shades of Amethyst #A86EE0

Tints of Amethyst #A86EE0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.91%

 BLUE value IS 224 (87.89% from 255) = 44.62%

R = 33.47%
G = 21.91%
B = 44.62%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A86EE0 (or 0xA86EE0) is known color: Amethyst. HEX triplet: A8, 6E and E0. RGB value is (168,110,224). Sum of RGB (Red+Green+Blue) = 168+110+224=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #A86EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86EE0 is #57911F. Grayscale: #8B8B8B. Windows color (decimal): -5738784 or 14708392. OLE color: 14708392.

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

Color convert

RGB 168 110 224 -
CMYK 0.25 0.51 0 0.12
HSL 270.53º 0.65% 0.65% -
HSV(B) 270.53º 0.51% 0.88% -
XYZ 35.18 24.86 73.47 -
YUV 140.34 175.22 147.73 -
System Red Green Blue C M Y K H S L
Decimal 168 110 224 0.25 0.51 0 0.12 270.53 0.65 0.65
Hex A8 6E E0 19 33 0 C 10F 41 41
Octal 250 156 340 31 63 0 14 417 101 101
Binary 10101000 1101110 11100000 11001 110011 0 1100 100001111 1000001 1000001

Color Harmonies of #A86EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86EE0

Black with #A86EE0

Text Example


Text Example

White with #A86EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86EE0; }

 p { color: rgb(168,110,224); }

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

background-color css

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

 a { background-color: rgb(168,110,224); }

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

border-color css

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

 span { border-color: rgb(168,110,224); }

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