Html Css Color HEX #A86EC4 Amethyst

📋 copy color: '#A86EC4'

red 168 ◦ green 110 ◦ blue 196

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

Shades of Amethyst #A86EC4

Tints of Amethyst #A86EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.35%

R = 35.44%
G = 23.21%
B = 41.35%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A86EC4 (or 0xA86EC4) is known color: Amethyst. HEX triplet: A8, 6E and C4. RGB value is (168,110,196). Sum of RGB (Red+Green+Blue) = 168+110+196=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #A86EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86EC4 is #57913B. Grayscale: #888888. Windows color (decimal): -5738812 or 12873384. OLE color: 12873384.

HSL color Cylindrical-coordinate representation of color #A86EC4: hue angle of 280.47º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A86EC4 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 110 196 -
CMYK 0.14 0.44 0 0.23
HSL 280.47º 0.42% 0.6% -
HSV(B) 280.47º 0.44% 0.77% -
XYZ 31.69 23.46 55.08 -
YUV 137.15 161.22 150.01 -
System Red Green Blue C M Y K H S L
Decimal 168 110 196 0.14 0.44 0 0.23 280.47 0.42 0.6
Hex A8 6E C4 E 2C 0 17 118 2A 3C
Octal 250 156 304 16 54 0 27 430 52 74
Binary 10101000 1101110 11000100 1110 101100 0 10111 100011000 101010 111100

Color Harmonies of #A86EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86EC4

Black with #A86EC4

Text Example


Text Example

White with #A86EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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