Html Css Color HEX #A558CF Amethyst

📋 copy color: '#A558CF'

red 165 ◦ green 88 ◦ blue 207

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

Shades of Amethyst #A558CF

Tints of Amethyst #A558CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45%

R = 35.87%
G = 19.13%
B = 45%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A558CF (or 0xA558CF) is known color: Amethyst. HEX triplet: A5, 58 and CF. RGB value is (165,88,207). Sum of RGB (Red+Green+Blue) = 165+88+207=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #A558CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558CF is #5AA730. Grayscale: #7C7C7C. Windows color (decimal): -5941041 or 13588645. OLE color: 13588645.

HSL color Cylindrical-coordinate representation of color #A558CF: hue angle of 278.82º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A558CF is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 88 207 -
CMYK 0.20 0.57 0 0.19
HSL 278.82º 0.55% 0.58% -
HSV(B) 278.82º 0.57% 0.81% -
XYZ 30.27 19.48 61.2 -
YUV 124.59 174.51 156.82 -
System Red Green Blue C M Y K H S L
Decimal 165 88 207 0.20 0.57 0 0.19 278.82 0.55 0.58
Hex A5 58 CF 14 39 0 13 117 37 3A
Octal 245 130 317 24 71 0 23 427 67 72
Binary 10100101 1011000 11001111 10100 111001 0 10011 100010111 110111 111010

Color Harmonies of #A558CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558CF

Black with #A558CF

Text Example


Text Example

White with #A558CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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