Html Css Color HEX #A658DA Amethyst

📋 copy color: '#A658DA'

red 166 ◦ green 88 ◦ blue 218

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

Shades of Amethyst #A658DA

Tints of Amethyst #A658DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 35.17%
G = 18.64%
B = 46.19%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A658DA (or 0xA658DA) is known color: Amethyst. HEX triplet: A6, 58 and DA. RGB value is (166,88,218). Sum of RGB (Red+Green+Blue) = 166+88+218=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #A658DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658DA is #59A725. Grayscale: #7D7D7D. Windows color (decimal): -5875494 or 14309542. OLE color: 14309542.

HSL color Cylindrical-coordinate representation of color #A658DA: hue angle of 276º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A658DA is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 88 218 -
CMYK 0.24 0.60 0 0.15
HSL 276º 0.64% 0.6% -
HSV(B) 276º 0.6% 0.85% -
XYZ 31.87 20.15 68.54 -
YUV 126.14 179.84 156.43 -
System Red Green Blue C M Y K H S L
Decimal 166 88 218 0.24 0.60 0 0.15 276 0.64 0.6
Hex A6 58 DA 18 3C 0 F 114 40 3C
Octal 246 130 332 30 74 0 17 424 100 74
Binary 10100110 1011000 11011010 11000 111100 0 1111 100010100 1000000 111100

Color Harmonies of #A658DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A658DA

Black with #A658DA

Text Example


Text Example

White with #A658DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A658DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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