Html Css Color HEX #A55ADB Amethyst

📋 copy color: '#A55ADB'

red 165 ◦ green 90 ◦ blue 219

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

Shades of Amethyst #A55ADB

Tints of Amethyst #A55ADB

RGB

 RED value IS 165 (64.84% from 255) = 34.81%

 GREEN value IS 90 (35.55% from 255) = 18.99%

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

R = 34.81%
G = 18.99%
B = 46.2%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A55ADB (or 0xA55ADB) is known color: Amethyst. HEX triplet: A5, 5A and DB. RGB value is (165,90,219). Sum of RGB (Red+Green+Blue) = 165+90+219=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #A55ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ADB is #5AA524. Grayscale: #7E7E7E. Windows color (decimal): -5940517 or 14375589. OLE color: 14375589.

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

Color convert

RGB 165 90 219 -
CMYK 0.25 0.59 0 0.14
HSL 274.88º 0.64% 0.61% -
HSV(B) 274.88º 0.59% 0.86% -
XYZ 31.96 20.43 69.28 -
YUV 127.13 179.85 155.01 -
System Red Green Blue C M Y K H S L
Decimal 165 90 219 0.25 0.59 0 0.14 274.88 0.64 0.61
Hex A5 5A DB 19 3B 0 E 113 40 3D
Octal 245 132 333 31 73 0 16 423 100 75
Binary 10100101 1011010 11011011 11001 111011 0 1110 100010011 1000000 111101

Color Harmonies of #A55ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55ADB

Black with #A55ADB

Text Example


Text Example

White with #A55ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55ADB; }

 p { color: rgb(165,90,219); }

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

background-color css

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

 a { background-color: rgb(165,90,219); }

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

border-color css

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

 span { border-color: rgb(165,90,219); }

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