Html Css Color HEX #A55CDB Amethyst

📋 copy color: '#A55CDB'

red 165 ◦ green 92 ◦ blue 219

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

Shades of Amethyst #A55CDB

Tints of Amethyst #A55CDB

RGB

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

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

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

R = 34.66%
G = 19.33%
B = 46.01%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A55CDB (or 0xA55CDB) is known color: Amethyst. HEX triplet: A5, 5C and DB. RGB value is (165,92,219). Sum of RGB (Red+Green+Blue) = 165+92+219=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #A55CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CDB is #5AA324. Grayscale: #7F7F7F. Windows color (decimal): -5940005 or 14376101. OLE color: 14376101.

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

Color convert

RGB 165 92 219 -
CMYK 0.25 0.58 0 0.14
HSL 274.49º 0.64% 0.61% -
HSV(B) 274.49º 0.58% 0.86% -
XYZ 32.13 20.77 69.33 -
YUV 128.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 165 92 219 0.25 0.58 0 0.14 274.49 0.64 0.61
Hex A5 5C DB 19 3A 0 E 112 40 3D
Octal 245 134 333 31 72 0 16 422 100 75
Binary 10100101 1011100 11011011 11001 111010 0 1110 100010010 1000000 111101

Color Harmonies of #A55CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CDB

Black with #A55CDB

Text Example


Text Example

White with #A55CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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