Html Css Color HEX #A555DF Amethyst

📋 copy color: '#A555DF'

red 165 ◦ green 85 ◦ blue 223

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

Shades of Amethyst #A555DF

Tints of Amethyst #A555DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

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

R = 34.88%
G = 17.97%
B = 47.15%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A555DF (or 0xA555DF) is known color: Amethyst. HEX triplet: A5, 55 and DF. RGB value is (165,85,223). Sum of RGB (Red+Green+Blue) = 165+85+223=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #A555DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555DF is #5AAA20. Grayscale: #7C7C7C. Windows color (decimal): -5941793 or 14636453. OLE color: 14636453.

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

Color convert

RGB 165 85 223 -
CMYK 0.26 0.62 0 0.13
HSL 274.78º 0.68% 0.6% -
HSV(B) 274.78º 0.62% 0.87% -
XYZ 32.08 19.82 71.95 -
YUV 124.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 165 85 223 0.26 0.62 0 0.13 274.78 0.68 0.6
Hex A5 55 DF 1A 3E 0 D 113 44 3C
Octal 245 125 337 32 76 0 15 423 104 74
Binary 10100101 1010101 11011111 11010 111110 0 1101 100010011 1000100 111100

Color Harmonies of #A555DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A555DF

Black with #A555DF

Text Example


Text Example

White with #A555DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A555DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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