Html Css Color HEX #A55CDF Amethyst

📋 copy color: '#A55CDF'

red 165 ◦ green 92 ◦ blue 223

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

Shades of Amethyst #A55CDF

Tints of Amethyst #A55CDF

RGB

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

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

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

R = 34.38%
G = 19.17%
B = 46.46%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A55CDF (or 0xA55CDF) is known color: Amethyst. HEX triplet: A5, 5C and DF. RGB value is (165,92,223). Sum of RGB (Red+Green+Blue) = 165+92+223=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #A55CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CDF is #5AA320. Grayscale: #808080. Windows color (decimal): -5940001 or 14638245. OLE color: 14638245.

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

Color convert

RGB 165 92 223 -
CMYK 0.26 0.59 0 0.13
HSL 273.44º 0.67% 0.62% -
HSV(B) 273.44º 0.59% 0.87% -
XYZ 32.66 20.98 72.14 -
YUV 128.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 165 92 223 0.26 0.59 0 0.13 273.44 0.67 0.62
Hex A5 5C DF 1A 3B 0 D 111 43 3E
Octal 245 134 337 32 73 0 15 421 103 76
Binary 10100101 1011100 11011111 11010 111011 0 1101 100010001 1000011 111110

Color Harmonies of #A55CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CDF

Black with #A55CDF

Text Example


Text Example

White with #A55CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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