Html Css Color HEX #A555E9 Amethyst

📋 copy color: '#A555E9'

red 165 ◦ green 85 ◦ blue 233

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

Shades of Amethyst #A555E9

Tints of Amethyst #A555E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.24%

R = 34.16%
G = 17.6%
B = 48.24%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A555E9 (or 0xA555E9) is known color: Amethyst. HEX triplet: A5, 55 and E9. RGB value is (165,85,233). Sum of RGB (Red+Green+Blue) = 165+85+233=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #A555E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A555E9 is #5AAA16. Grayscale: #7D7D7D. Windows color (decimal): -5941783 or 15291813. OLE color: 15291813.

HSL color Cylindrical-coordinate representation of color #A555E9: hue angle of 272.43º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A555E9 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 85 233 -
CMYK 0.29 0.64 0 0.09
HSL 272.43º 0.77% 0.62% -
HSV(B) 272.43º 0.64% 0.91% -
XYZ 33.47 20.38 79.26 -
YUV 125.79 188.5 155.97 -
System Red Green Blue C M Y K H S L
Decimal 165 85 233 0.29 0.64 0 0.09 272.43 0.77 0.62
Hex A5 55 E9 1D 40 0 9 110 4D 3E
Octal 245 125 351 35 100 0 11 420 115 76
Binary 10100101 1010101 11101001 11101 1000000 0 1001 100010000 1001101 111110

Color Harmonies of #A555E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A555E9

Black with #A555E9

Text Example


Text Example

White with #A555E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A555E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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