Html Css Color HEX #A85EE2 Amethyst

📋 copy color: '#A85EE2'

red 168 ◦ green 94 ◦ blue 226

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

Shades of Amethyst #A85EE2

Tints of Amethyst #A85EE2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.26%

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

R = 34.43%
G = 19.26%
B = 46.31%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A85EE2 (or 0xA85EE2) is known color: Amethyst. HEX triplet: A8, 5E and E2. RGB value is (168,94,226). Sum of RGB (Red+Green+Blue) = 168+94+226=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 226 (88.67% from 255 or 46.31% from 488); Max value from RGB is 226 - color contains mainly: blue. Hex color #A85EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85EE2 is #57A11D. Grayscale: #828282. Windows color (decimal): -5742878 or 14835368. OLE color: 14835368.

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

Color convert

RGB 168 94 226 -
CMYK 0.26 0.58 0 0.11
HSL 273.64º 0.69% 0.63% -
HSV(B) 273.64º 0.58% 0.89% -
XYZ 33.88 21.82 74.38 -
YUV 131.17 181.52 154.27 -
System Red Green Blue C M Y K H S L
Decimal 168 94 226 0.26 0.58 0 0.11 273.64 0.69 0.63
Hex A8 5E E2 1A 3A 0 B 112 45 3F
Octal 250 136 342 32 72 0 13 422 105 77
Binary 10101000 1011110 11100010 11010 111010 0 1011 100010010 1000101 111111

Color Harmonies of #A85EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85EE2

Black with #A85EE2

Text Example


Text Example

White with #A85EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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