Html Css Color HEX #A95CE6 Amethyst

📋 copy color: '#A95CE6'

red 169 ◦ green 92 ◦ blue 230

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

Shades of Amethyst #A95CE6

Tints of Amethyst #A95CE6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.74%

 BLUE value IS 230 (90.23% from 255) = 46.84%

R = 34.42%
G = 18.74%
B = 46.84%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A95CE6 (or 0xA95CE6) is known color: Amethyst. HEX triplet: A9, 5C and E6. RGB value is (169,92,230). Sum of RGB (Red+Green+Blue) = 169+92+230=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #A95CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95CE6 is #56A319. Grayscale: #828282. Windows color (decimal): -5677850 or 15097001. OLE color: 15097001.

HSL color Cylindrical-coordinate representation of color #A95CE6: hue angle of 273.48º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A95CE6 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 92 230 -
CMYK 0.27 0.60 0 0.10
HSL 273.48º 0.73% 0.63% -
HSV(B) 273.48º 0.6% 0.9% -
XYZ 34.47 21.8 77.25 -
YUV 130.76 184.01 155.28 -
System Red Green Blue C M Y K H S L
Decimal 169 92 230 0.27 0.60 0 0.10 273.48 0.73 0.63
Hex A9 5C E6 1B 3C 0 A 111 49 3F
Octal 251 134 346 33 74 0 12 421 111 77
Binary 10101001 1011100 11100110 11011 111100 0 1010 100010001 1001001 111111

Color Harmonies of #A95CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95CE6

Black with #A95CE6

Text Example


Text Example

White with #A95CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95CE6; }

 p { color: rgb(169,92,230); }

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

background-color css

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

 a { background-color: rgb(169,92,230); }

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

border-color css

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

 span { border-color: rgb(169,92,230); }

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