Html Css Color HEX #A658DD Amethyst

📋 copy color: '#A658DD'

red 166 ◦ green 88 ◦ blue 221

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

Shades of Amethyst #A658DD

Tints of Amethyst #A658DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 34.95%
G = 18.53%
B = 46.53%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A658DD (or 0xA658DD) is known color: Amethyst. HEX triplet: A6, 58 and DD. RGB value is (166,88,221). Sum of RGB (Red+Green+Blue) = 166+88+221=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #A658DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658DD is #59A722. Grayscale: #7E7E7E. Windows color (decimal): -5875491 or 14506150. OLE color: 14506150.

HSL color Cylindrical-coordinate representation of color #A658DD: hue angle of 275.19º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A658DD is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 88 221 -
CMYK 0.25 0.60 0 0.13
HSL 275.19º 0.66% 0.61% -
HSV(B) 275.19º 0.6% 0.87% -
XYZ 32.27 20.31 70.63 -
YUV 126.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 166 88 221 0.25 0.60 0 0.13 275.19 0.66 0.61
Hex A6 58 DD 19 3C 0 D 113 42 3D
Octal 246 130 335 31 74 0 15 423 102 75
Binary 10100110 1011000 11011101 11001 111100 0 1101 100010011 1000010 111101

Color Harmonies of #A658DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A658DD

Black with #A658DD

Text Example


Text Example

White with #A658DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A658DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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