Html Css Color HEX #A55EDB Amethyst

📋 copy color: '#A55EDB'

red 165 ◦ green 94 ◦ blue 219

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

Shades of Amethyst #A55EDB

Tints of Amethyst #A55EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.67%

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

R = 34.52%
G = 19.67%
B = 45.82%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A55EDB (or 0xA55EDB) is known color: Amethyst. HEX triplet: A5, 5E and DB. RGB value is (165,94,219). Sum of RGB (Red+Green+Blue) = 165+94+219=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #A55EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EDB is #5AA124. Grayscale: #818181. Windows color (decimal): -5939493 or 14376613. OLE color: 14376613.

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

Color convert

RGB 165 94 219 -
CMYK 0.25 0.57 0 0.14
HSL 274.08º 0.63% 0.61% -
HSV(B) 274.08º 0.57% 0.86% -
XYZ 32.31 21.12 69.39 -
YUV 129.48 178.52 153.34 -
System Red Green Blue C M Y K H S L
Decimal 165 94 219 0.25 0.57 0 0.14 274.08 0.63 0.61
Hex A5 5E DB 19 39 0 E 112 3F 3D
Octal 245 136 333 31 71 0 16 422 77 75
Binary 10100101 1011110 11011011 11001 111001 0 1110 100010010 111111 111101

Color Harmonies of #A55EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EDB

Black with #A55EDB

Text Example


Text Example

White with #A55EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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