Html Css Color HEX #A95FDB Amethyst

📋 copy color: '#A95FDB'

red 169 ◦ green 95 ◦ blue 219

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

Shades of Amethyst #A95FDB

Tints of Amethyst #A95FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 34.99%
G = 19.67%
B = 45.34%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A95FDB (or 0xA95FDB) is known color: Amethyst. HEX triplet: A9, 5F and DB. RGB value is (169,95,219). Sum of RGB (Red+Green+Blue) = 169+95+219=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #A95FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FDB is #56A024. Grayscale: #828282. Windows color (decimal): -5677093 or 14376873. OLE color: 14376873.

HSL color Cylindrical-coordinate representation of color #A95FDB: hue angle of 275.81º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A95FDB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 95 219 -
CMYK 0.23 0.57 0 0.14
HSL 275.81º 0.63% 0.62% -
HSV(B) 275.81º 0.57% 0.86% -
XYZ 33.24 21.73 69.46 -
YUV 131.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 169 95 219 0.23 0.57 0 0.14 275.81 0.63 0.62
Hex A9 5F DB 17 39 0 E 114 3F 3E
Octal 251 137 333 27 71 0 16 424 77 76
Binary 10101001 1011111 11011011 10111 111001 0 1110 100010100 111111 111110

Color Harmonies of #A95FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95FDB

Black with #A95FDB

Text Example


Text Example

White with #A95FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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