Html Css Color HEX #A658CF Amethyst

📋 copy color: '#A658CF'

red 166 ◦ green 88 ◦ blue 207

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

Shades of Amethyst #A658CF

Tints of Amethyst #A658CF

RGB

 RED value IS 166 (65.23% from 255) = 36.01%

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

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

R = 36.01%
G = 19.09%
B = 44.9%

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

#A658CF (or 0xA658CF) is known color: Amethyst. HEX triplet: A6, 58 and CF. RGB value is (166,88,207). Sum of RGB (Red+Green+Blue) = 166+88+207=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #A658CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658CF is #59A730. Grayscale: #7C7C7C. Windows color (decimal): -5875505 or 13588646. OLE color: 13588646.

HSL color Cylindrical-coordinate representation of color #A658CF: hue angle of 279.33º 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 #A658CF is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 88 207 -
CMYK 0.20 0.57 0 0.19
HSL 279.33º 0.55% 0.58% -
HSV(B) 279.33º 0.57% 0.81% -
XYZ 30.48 19.59 61.21 -
YUV 124.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 166 88 207 0.20 0.57 0 0.19 279.33 0.55 0.58
Hex A6 58 CF 14 39 0 13 117 37 3A
Octal 246 130 317 24 71 0 23 427 67 72
Binary 10100110 1011000 11001111 10100 111001 0 10011 100010111 110111 111010

Color Harmonies of #A658CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A658CF

Black with #A658CF

Text Example


Text Example

White with #A658CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A658CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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