Html Css Color HEX #A555DA Amethyst

📋 copy color: '#A555DA'

red 165 ◦ green 85 ◦ blue 218

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

Shades of Amethyst #A555DA

Tints of Amethyst #A555DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 35.26%
G = 18.16%
B = 46.58%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A555DA (or 0xA555DA) is known color: Amethyst. HEX triplet: A5, 55 and DA. RGB value is (165,85,218). Sum of RGB (Red+Green+Blue) = 165+85+218=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #A555DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555DA is #5AAA25. Grayscale: #7B7B7B. Windows color (decimal): -5941798 or 14308773. OLE color: 14308773.

HSL color Cylindrical-coordinate representation of color #A555DA: hue angle of 276.09º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A555DA is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 85 218 -
CMYK 0.24 0.61 0 0.15
HSL 276.09º 0.64% 0.59% -
HSV(B) 276.09º 0.61% 0.85% -
XYZ 31.42 19.56 68.45 -
YUV 124.08 181 157.19 -
System Red Green Blue C M Y K H S L
Decimal 165 85 218 0.24 0.61 0 0.15 276.09 0.64 0.59
Hex A5 55 DA 18 3D 0 F 114 40 3B
Octal 245 125 332 30 75 0 17 424 100 73
Binary 10100101 1010101 11011010 11000 111101 0 1111 100010100 1000000 111011

Color Harmonies of #A555DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A555DA

Black with #A555DA

Text Example


Text Example

White with #A555DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A555DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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