Html Css Color HEX #A95FDF Amethyst

📋 copy color: '#A95FDF'

red 169 ◦ green 95 ◦ blue 223

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

Shades of Amethyst #A95FDF

Tints of Amethyst #A95FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.51%

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 34.7%
G = 19.51%
B = 45.79%

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

#A95FDF (or 0xA95FDF) is known color: Amethyst. HEX triplet: A9, 5F and DF. RGB value is (169,95,223). Sum of RGB (Red+Green+Blue) = 169+95+223=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #A95FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FDF is #56A020. Grayscale: #838383. Windows color (decimal): -5677089 or 14639017. OLE color: 14639017.

HSL color Cylindrical-coordinate representation of color #A95FDF: hue angle of 274.69º degrees, saturation: 0.67, 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 #A95FDF is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 95 223 -
CMYK 0.24 0.57 0 0.13
HSL 274.69º 0.67% 0.62% -
HSV(B) 274.69º 0.57% 0.87% -
XYZ 33.77 21.95 72.27 -
YUV 131.72 179.52 154.59 -
System Red Green Blue C M Y K H S L
Decimal 169 95 223 0.24 0.57 0 0.13 274.69 0.67 0.62
Hex A9 5F DF 18 39 0 D 113 43 3E
Octal 251 137 337 30 71 0 15 423 103 76
Binary 10101001 1011111 11011111 11000 111001 0 1101 100010011 1000011 111110

Color Harmonies of #A95FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95FDF

Black with #A95FDF

Text Example


Text Example

White with #A95FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95FDF; }

 p { color: rgb(169,95,223); }

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

background-color css

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

 a { background-color: rgb(169,95,223); }

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

border-color css

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

 span { border-color: rgb(169,95,223); }

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