Html Css Color HEX #A55DDF Amethyst

📋 copy color: '#A55DDF'

red 165 ◦ green 93 ◦ blue 223

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

Shades of Amethyst #A55DDF

Tints of Amethyst #A55DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.33%

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 34.3%
G = 19.33%
B = 46.36%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A55DDF (or 0xA55DDF) is known color: Amethyst. HEX triplet: A5, 5D and DF. RGB value is (165,93,223). Sum of RGB (Red+Green+Blue) = 165+93+223=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #A55DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DDF is #5AA220. Grayscale: #808080. Windows color (decimal): -5939745 or 14638501. OLE color: 14638501.

HSL color Cylindrical-coordinate representation of color #A55DDF: hue angle of 273.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55DDF is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 93 223 -
CMYK 0.26 0.58 0 0.13
HSL 273.23º 0.67% 0.62% -
HSV(B) 273.23º 0.58% 0.87% -
XYZ 32.75 21.16 72.17 -
YUV 129.35 180.85 153.43 -
System Red Green Blue C M Y K H S L
Decimal 165 93 223 0.26 0.58 0 0.13 273.23 0.67 0.62
Hex A5 5D DF 1A 3A 0 D 111 43 3E
Octal 245 135 337 32 72 0 15 421 103 76
Binary 10100101 1011101 11011111 11010 111010 0 1101 100010001 1000011 111110

Color Harmonies of #A55DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55DDF

Black with #A55DDF

Text Example


Text Example

White with #A55DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55DDF; }

 p { color: rgb(165,93,223); }

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

background-color css

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

 a { background-color: rgb(165,93,223); }

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

border-color css

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

 span { border-color: rgb(165,93,223); }

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