Html Css Color HEX #A95CE0 Amethyst

📋 copy color: '#A95CE0'

red 169 ◦ green 92 ◦ blue 224

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

Shades of Amethyst #A95CE0

Tints of Amethyst #A95CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 34.85%
G = 18.97%
B = 46.19%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A95CE0 (or 0xA95CE0) is known color: Amethyst. HEX triplet: A9, 5C and E0. RGB value is (169,92,224). Sum of RGB (Red+Green+Blue) = 169+92+224=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #A95CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CE0 is #56A31F. Grayscale: #818181. Windows color (decimal): -5677856 or 14703785. OLE color: 14703785.

HSL color Cylindrical-coordinate representation of color #A95CE0: hue angle of 275º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A95CE0 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 92 224 -
CMYK 0.25 0.59 0 0.12
HSL 275º 0.68% 0.62% -
HSV(B) 275º 0.59% 0.88% -
XYZ 33.64 21.47 72.89 -
YUV 130.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 169 92 224 0.25 0.59 0 0.12 275 0.68 0.62
Hex A9 5C E0 19 3B 0 C 113 44 3E
Octal 251 134 340 31 73 0 14 423 104 76
Binary 10101001 1011100 11100000 11001 111011 0 1100 100010011 1000100 111110

Color Harmonies of #A95CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95CE0

Black with #A95CE0

Text Example


Text Example

White with #A95CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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