Html Css Color HEX #A95CDD Amethyst

📋 copy color: '#A95CDD'

red 169 ◦ green 92 ◦ blue 221

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

Shades of Amethyst #A95CDD

Tints of Amethyst #A95CDD

RGB

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

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

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

R = 35.06%
G = 19.09%
B = 45.85%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A95CDD (or 0xA95CDD) is known color: Amethyst. HEX triplet: A9, 5C and DD. RGB value is (169,92,221). Sum of RGB (Red+Green+Blue) = 169+92+221=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #A95CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CDD is #56A322. Grayscale: #818181. Windows color (decimal): -5677859 or 14507177. OLE color: 14507177.

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

Color convert

RGB 169 92 221 -
CMYK 0.24 0.58 0 0.13
HSL 275.81º 0.65% 0.61% -
HSV(B) 275.81º 0.58% 0.87% -
XYZ 33.24 21.31 70.77 -
YUV 129.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 169 92 221 0.24 0.58 0 0.13 275.81 0.65 0.61
Hex A9 5C DD 18 3A 0 D 114 41 3D
Octal 251 134 335 30 72 0 15 424 101 75
Binary 10101001 1011100 11011101 11000 111010 0 1101 100010100 1000001 111101

Color Harmonies of #A95CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95CDD

Black with #A95CDD

Text Example


Text Example

White with #A95CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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