Html Css Color HEX #A95ED2 Amethyst

📋 copy color: '#A95ED2'

red 169 ◦ green 94 ◦ blue 210

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

Shades of Amethyst #A95ED2

Tints of Amethyst #A95ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.4%

R = 35.73%
G = 19.87%
B = 44.4%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A95ED2 (or 0xA95ED2) is known color: Amethyst. HEX triplet: A9, 5E and D2. RGB value is (169,94,210). Sum of RGB (Red+Green+Blue) = 169+94+210=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #A95ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ED2 is #56A12D. Grayscale: #818181. Windows color (decimal): -5677358 or 13786793. OLE color: 13786793.

HSL color Cylindrical-coordinate representation of color #A95ED2: hue angle of 278.79º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A95ED2 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 94 210 -
CMYK 0.20 0.55 0 0.18
HSL 278.79º 0.56% 0.6% -
HSV(B) 278.79º 0.55% 0.82% -
XYZ 32 21.09 63.36 -
YUV 129.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 169 94 210 0.20 0.55 0 0.18 278.79 0.56 0.6
Hex A9 5E D2 14 37 0 12 117 38 3C
Octal 251 136 322 24 67 0 22 427 70 74
Binary 10101001 1011110 11010010 10100 110111 0 10010 100010111 111000 111100

Color Harmonies of #A95ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95ED2

Black with #A95ED2

Text Example


Text Example

White with #A95ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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