Html Css Color HEX #A95CDB Amethyst

📋 copy color: '#A95CDB'

red 169 ◦ green 92 ◦ blue 219

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

Shades of Amethyst #A95CDB

Tints of Amethyst #A95CDB

RGB

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

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

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

R = 35.21%
G = 19.17%
B = 45.63%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A95CDB (or 0xA95CDB) is known color: Amethyst. HEX triplet: A9, 5C and DB. RGB value is (169,92,219). Sum of RGB (Red+Green+Blue) = 169+92+219=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #A95CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CDB is #56A324. Grayscale: #818181. Windows color (decimal): -5677861 or 14376105. OLE color: 14376105.

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

Color convert

RGB 169 92 219 -
CMYK 0.23 0.58 0 0.14
HSL 276.38º 0.64% 0.61% -
HSV(B) 276.38º 0.58% 0.86% -
XYZ 32.98 21.2 69.37 -
YUV 129.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 169 92 219 0.23 0.58 0 0.14 276.38 0.64 0.61
Hex A9 5C DB 17 3A 0 E 114 40 3D
Octal 251 134 333 27 72 0 16 424 100 75
Binary 10101001 1011100 11011011 10111 111010 0 1110 100010100 1000000 111101

Color Harmonies of #A95CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95CDB

Black with #A95CDB

Text Example


Text Example

White with #A95CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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