Html Css Color HEX #A95EEA Amethyst

📋 copy color: '#A95EEA'

red 169 ◦ green 94 ◦ blue 234

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

Shades of Amethyst #A95EEA

Tints of Amethyst #A95EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 34%
G = 18.91%
B = 47.08%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A95EEA (or 0xA95EEA) is known color: Amethyst. HEX triplet: A9, 5E and EA. RGB value is (169,94,234). Sum of RGB (Red+Green+Blue) = 169+94+234=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #A95EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95EEA is #56A115. Grayscale: #838383. Windows color (decimal): -5677334 or 15359657. OLE color: 15359657.

HSL color Cylindrical-coordinate representation of color #A95EEA: hue angle of 272.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A95EEA is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 94 234 -
CMYK 0.28 0.60 0 0.08
HSL 272.14º 0.77% 0.64% -
HSV(B) 272.14º 0.6% 0.92% -
XYZ 35.22 22.38 80.31 -
YUV 132.39 185.35 154.12 -
System Red Green Blue C M Y K H S L
Decimal 169 94 234 0.28 0.60 0 0.08 272.14 0.77 0.64
Hex A9 5E EA 1C 3C 0 8 110 4D 40
Octal 251 136 352 34 74 0 10 420 115 100
Binary 10101001 1011110 11101010 11100 111100 0 1000 100010000 1001101 1000000

Color Harmonies of #A95EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95EEA

Black with #A95EEA

Text Example


Text Example

White with #A95EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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