Html Css Color HEX #A95EE2 Amethyst

📋 copy color: '#A95EE2'

red 169 ◦ green 94 ◦ blue 226

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

Shades of Amethyst #A95EE2

Tints of Amethyst #A95EE2

RGB

 RED value IS 169 (66.41% from 255) = 34.56%

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

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

R = 34.56%
G = 19.22%
B = 46.22%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A95EE2 (or 0xA95EE2) is known color: Amethyst. HEX triplet: A9, 5E and E2. RGB value is (169,94,226). Sum of RGB (Red+Green+Blue) = 169+94+226=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 226 (88.67% from 255 or 46.22% from 489); Max value from RGB is 226 - color contains mainly: blue. Hex color #A95EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95EE2 is #56A11D. Grayscale: #838383. Windows color (decimal): -5677342 or 14835369. OLE color: 14835369.

HSL color Cylindrical-coordinate representation of color #A95EE2: hue angle of 274.09º 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 #A95EE2 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 94 226 -
CMYK 0.25 0.58 0 0.11
HSL 274.09º 0.69% 0.63% -
HSV(B) 274.09º 0.58% 0.89% -
XYZ 34.09 21.93 74.39 -
YUV 131.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 169 94 226 0.25 0.58 0 0.11 274.09 0.69 0.63
Hex A9 5E E2 19 3A 0 B 112 45 3F
Octal 251 136 342 31 72 0 13 422 105 77
Binary 10101001 1011110 11100010 11001 111010 0 1011 100010010 1000101 111111

Color Harmonies of #A95EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95EE2

Black with #A95EE2

Text Example


Text Example

White with #A95EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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