Html Css Color HEX #A05CDB Amethyst

📋 copy color: '#A05CDB'

red 160 ◦ green 92 ◦ blue 219

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

Shades of Amethyst #A05CDB

Tints of Amethyst #A05CDB

RGB

 RED value IS 160 (62.89% from 255) = 33.97%

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

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

R = 33.97%
G = 19.53%
B = 46.5%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A05CDB (or 0xA05CDB) is known color: Amethyst. HEX triplet: A0, 5C and DB. RGB value is (160,92,219). Sum of RGB (Red+Green+Blue) = 160+92+219=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #A05CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CDB is #5FA324. Grayscale: #7E7E7E. Windows color (decimal): -6267685 or 14376096. OLE color: 14376096.

HSL color Cylindrical-coordinate representation of color #A05CDB: hue angle of 272.13º 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 #A05CDB is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 92 219 -
CMYK 0.27 0.58 0 0.14
HSL 272.13º 0.64% 0.61% -
HSV(B) 272.13º 0.58% 0.86% -
XYZ 31.11 20.24 69.29 -
YUV 126.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 160 92 219 0.27 0.58 0 0.14 272.13 0.64 0.61
Hex A0 5C DB 1B 3A 0 E 110 40 3D
Octal 240 134 333 33 72 0 16 420 100 75
Binary 10100000 1011100 11011011 11011 111010 0 1110 100010000 1000000 111101

Color Harmonies of #A05CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CDB

Black with #A05CDB

Text Example


Text Example

White with #A05CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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