Html Css Color HEX #A55FDC Amethyst

📋 copy color: '#A55FDC'

red 165 ◦ green 95 ◦ blue 220

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

Shades of Amethyst #A55FDC

Tints of Amethyst #A55FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.79%

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 34.38%
G = 19.79%
B = 45.83%

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

#A55FDC (or 0xA55FDC) is known color: Amethyst. HEX triplet: A5, 5F and DC. RGB value is (165,95,220). Sum of RGB (Red+Green+Blue) = 165+95+220=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #A55FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FDC is #5AA023. Grayscale: #818181. Windows color (decimal): -5939236 or 14442405. OLE color: 14442405.

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

Color convert

RGB 165 95 220 -
CMYK 0.25 0.57 0 0.14
HSL 273.6º 0.64% 0.62% -
HSV(B) 273.6º 0.57% 0.86% -
XYZ 32.53 21.35 70.12 -
YUV 130.18 178.69 152.84 -
System Red Green Blue C M Y K H S L
Decimal 165 95 220 0.25 0.57 0 0.14 273.6 0.64 0.62
Hex A5 5F DC 19 39 0 E 112 40 3E
Octal 245 137 334 31 71 0 16 422 100 76
Binary 10100101 1011111 11011100 11001 111001 0 1110 100010010 1000000 111110

Color Harmonies of #A55FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FDC

Black with #A55FDC

Text Example


Text Example

White with #A55FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FDC; }

 p { color: rgb(165,95,220); }

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

background-color css

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

 a { background-color: rgb(165,95,220); }

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

border-color css

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

 span { border-color: rgb(165,95,220); }

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