Html Css Color HEX #A86AE2 Amethyst

📋 copy color: '#A86AE2'

red 168 ◦ green 106 ◦ blue 226

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

Shades of Amethyst #A86AE2

Tints of Amethyst #A86AE2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.2%

 BLUE value IS 226 (88.67% from 255) = 45.2%

R = 33.6%
G = 21.2%
B = 45.2%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A86AE2 (or 0xA86AE2) is known color: Amethyst. HEX triplet: A8, 6A and E2. RGB value is (168,106,226). Sum of RGB (Red+Green+Blue) = 168+106+226=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #A86AE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86AE2 is #57951D. Grayscale: #898989. Windows color (decimal): -5739806 or 14838440. OLE color: 14838440.

HSL color Cylindrical-coordinate representation of color #A86AE2: hue angle of 271º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86AE2 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 106 226 -
CMYK 0.26 0.53 0 0.11
HSL 271º 0.67% 0.65% -
HSV(B) 271º 0.53% 0.89% -
XYZ 35.03 24.12 74.76 -
YUV 138.22 177.54 149.24 -
System Red Green Blue C M Y K H S L
Decimal 168 106 226 0.26 0.53 0 0.11 271 0.67 0.65
Hex A8 6A E2 1A 35 0 B 10F 43 41
Octal 250 152 342 32 65 0 13 417 103 101
Binary 10101000 1101010 11100010 11010 110101 0 1011 100001111 1000011 1000001

Color Harmonies of #A86AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86AE2

Black with #A86AE2

Text Example


Text Example

White with #A86AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86AE2; }

 p { color: rgb(168,106,226); }

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

background-color css

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

 a { background-color: rgb(168,106,226); }

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

border-color css

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

 span { border-color: rgb(168,106,226); }

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