Html Css Color HEX #A95EDD Amethyst

📋 copy color: '#A95EDD'

red 169 ◦ green 94 ◦ blue 221

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

Shades of Amethyst #A95EDD

Tints of Amethyst #A95EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 34.92%
G = 19.42%
B = 45.66%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A95EDD (or 0xA95EDD) is known color: Amethyst. HEX triplet: A9, 5E and DD. RGB value is (169,94,221). Sum of RGB (Red+Green+Blue) = 169+94+221=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #A95EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95EDD is #56A122. Grayscale: #828282. Windows color (decimal): -5677347 or 14507689. OLE color: 14507689.

HSL color Cylindrical-coordinate representation of color #A95EDD: hue angle of 275.43º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A95EDD is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 94 221 -
CMYK 0.24 0.57 0 0.13
HSL 275.43º 0.65% 0.62% -
HSV(B) 275.43º 0.57% 0.87% -
XYZ 33.42 21.66 70.83 -
YUV 130.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 169 94 221 0.24 0.57 0 0.13 275.43 0.65 0.62
Hex A9 5E DD 18 39 0 D 113 41 3E
Octal 251 136 335 30 71 0 15 423 101 76
Binary 10101001 1011110 11011101 11000 111001 0 1101 100010011 1000001 111110

Color Harmonies of #A95EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95EDD

Black with #A95EDD

Text Example


Text Example

White with #A95EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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