Html Css Color HEX #A95EDA Amethyst

📋 copy color: '#A95EDA'

red 169 ◦ green 94 ◦ blue 218

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

Shades of Amethyst #A95EDA

Tints of Amethyst #A95EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 35.14%
G = 19.54%
B = 45.32%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A95EDA (or 0xA95EDA) is known color: Amethyst. HEX triplet: A9, 5E and DA. RGB value is (169,94,218). Sum of RGB (Red+Green+Blue) = 169+94+218=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #A95EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95EDA is #56A125. Grayscale: #828282. Windows color (decimal): -5677350 or 14311081. OLE color: 14311081.

HSL color Cylindrical-coordinate representation of color #A95EDA: hue angle of 276.29º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A95EDA is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 94 218 -
CMYK 0.22 0.57 0 0.15
HSL 276.29º 0.63% 0.61% -
HSV(B) 276.29º 0.57% 0.85% -
XYZ 33.02 21.5 68.74 -
YUV 130.56 177.35 155.42 -
System Red Green Blue C M Y K H S L
Decimal 169 94 218 0.22 0.57 0 0.15 276.29 0.63 0.61
Hex A9 5E DA 16 39 0 F 114 3F 3D
Octal 251 136 332 26 71 0 17 424 77 75
Binary 10101001 1011110 11011010 10110 111001 0 1111 100010100 111111 111101

Color Harmonies of #A95EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95EDA

Black with #A95EDA

Text Example


Text Example

White with #A95EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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