Html Css Color HEX #A95EE8 Amethyst

📋 copy color: '#A95EE8'

red 169 ◦ green 94 ◦ blue 232

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

Shades of Amethyst #A95EE8

Tints of Amethyst #A95EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.87%

R = 34.14%
G = 18.99%
B = 46.87%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A95EE8 (or 0xA95EE8) is known color: Amethyst. HEX triplet: A9, 5E and E8. RGB value is (169,94,232). Sum of RGB (Red+Green+Blue) = 169+94+232=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #A95EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95EE8 is #56A117. Grayscale: #838383. Windows color (decimal): -5677336 or 15228585. OLE color: 15228585.

HSL color Cylindrical-coordinate representation of color #A95EE8: hue angle of 272.61º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A95EE8 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 94 232 -
CMYK 0.27 0.59 0 0.09
HSL 272.61º 0.75% 0.64% -
HSV(B) 272.61º 0.59% 0.91% -
XYZ 34.93 22.27 78.8 -
YUV 132.16 184.35 154.28 -
System Red Green Blue C M Y K H S L
Decimal 169 94 232 0.27 0.59 0 0.09 272.61 0.75 0.64
Hex A9 5E E8 1B 3B 0 9 111 4B 40
Octal 251 136 350 33 73 0 11 421 113 100
Binary 10101001 1011110 11101000 11011 111011 0 1001 100010001 1001011 1000000

Color Harmonies of #A95EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95EE8

Black with #A95EE8

Text Example


Text Example

White with #A95EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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