Html Css Color HEX #A555ED Amethyst

📋 copy color: '#A555ED'

red 165 ◦ green 85 ◦ blue 237

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

Shades of Amethyst #A555ED

Tints of Amethyst #A555ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 33.88%
G = 17.45%
B = 48.67%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A555ED (or 0xA555ED) is known color: Amethyst. HEX triplet: A5, 55 and ED. RGB value is (165,85,237). Sum of RGB (Red+Green+Blue) = 165+85+237=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #A555ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A555ED is #5AAA12. Grayscale: #7D7D7D. Windows color (decimal): -5941779 or 15553957. OLE color: 15553957.

HSL color Cylindrical-coordinate representation of color #A555ED: hue angle of 271.58º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A555ED is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 85 237 -
CMYK 0.30 0.64 0 0.07
HSL 271.58º 0.81% 0.63% -
HSV(B) 271.58º 0.64% 0.93% -
XYZ 34.05 20.61 82.3 -
YUV 126.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 165 85 237 0.30 0.64 0 0.07 271.58 0.81 0.63
Hex A5 55 ED 1E 40 0 7 110 51 3F
Octal 245 125 355 36 100 0 7 420 121 77
Binary 10100101 1010101 11101101 11110 1000000 0 111 100010000 1010001 111111

Color Harmonies of #A555ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A555ED

Black with #A555ED

Text Example


Text Example

White with #A555ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A555ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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