Html Css Color HEX #A558EE Amethyst

📋 copy color: '#A558EE'

red 165 ◦ green 88 ◦ blue 238

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

Shades of Amethyst #A558EE

Tints of Amethyst #A558EE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.92%

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 33.6%
G = 17.92%
B = 48.47%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A558EE (or 0xA558EE) is known color: Amethyst. HEX triplet: A5, 58 and EE. RGB value is (165,88,238). Sum of RGB (Red+Green+Blue) = 165+88+238=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #A558EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A558EE is #5AA711. Grayscale: #7F7F7F. Windows color (decimal): -5941010 or 15620261. OLE color: 15620261.

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

Color convert

RGB 165 88 238 -
CMYK 0.31 0.63 0 0.07
HSL 270.8º 0.82% 0.64% -
HSV(B) 270.8º 0.63% 0.93% -
XYZ 34.44 21.15 83.16 -
YUV 128.12 190.01 154.3 -
System Red Green Blue C M Y K H S L
Decimal 165 88 238 0.31 0.63 0 0.07 270.8 0.82 0.64
Hex A5 58 EE 1F 3F 0 7 10F 52 40
Octal 245 130 356 37 77 0 7 417 122 100
Binary 10100101 1011000 11101110 11111 111111 0 111 100001111 1010010 1000000

Color Harmonies of #A558EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558EE

Black with #A558EE

Text Example


Text Example

White with #A558EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558EE; }

 p { color: rgb(165,88,238); }

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

background-color css

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

 a { background-color: rgb(165,88,238); }

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

border-color css

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

 span { border-color: rgb(165,88,238); }

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