Html Css Color HEX #A55CE1 Amethyst

📋 copy color: '#A55CE1'

red 165 ◦ green 92 ◦ blue 225

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

Shades of Amethyst #A55CE1

Tints of Amethyst #A55CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 34.23%
G = 19.09%
B = 46.68%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A55CE1 (or 0xA55CE1) is known color: Amethyst. HEX triplet: A5, 5C and E1. RGB value is (165,92,225). Sum of RGB (Red+Green+Blue) = 165+92+225=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #A55CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CE1 is #5AA31E. Grayscale: #808080. Windows color (decimal): -5939999 or 14769317. OLE color: 14769317.

HSL color Cylindrical-coordinate representation of color #A55CE1: hue angle of 272.93º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A55CE1 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 92 225 -
CMYK 0.27 0.59 0 0.12
HSL 272.93º 0.69% 0.62% -
HSV(B) 272.93º 0.59% 0.88% -
XYZ 32.93 21.09 73.57 -
YUV 128.99 182.18 153.69 -
System Red Green Blue C M Y K H S L
Decimal 165 92 225 0.27 0.59 0 0.12 272.93 0.69 0.62
Hex A5 5C E1 1B 3B 0 C 111 45 3E
Octal 245 134 341 33 73 0 14 421 105 76
Binary 10100101 1011100 11100001 11011 111011 0 1100 100010001 1000101 111110

Color Harmonies of #A55CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CE1

Black with #A55CE1

Text Example


Text Example

White with #A55CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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