Html Css Color HEX #A658DE Amethyst

📋 copy color: '#A658DE'

red 166 ◦ green 88 ◦ blue 222

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

Shades of Amethyst #A658DE

Tints of Amethyst #A658DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 34.87%
G = 18.49%
B = 46.64%

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

#A658DE (or 0xA658DE) is known color: Amethyst. HEX triplet: A6, 58 and DE. RGB value is (166,88,222). Sum of RGB (Red+Green+Blue) = 166+88+222=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #A658DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658DE is #59A721. Grayscale: #7E7E7E. Windows color (decimal): -5875490 or 14571686. OLE color: 14571686.

HSL color Cylindrical-coordinate representation of color #A658DE: hue angle of 274.93º degrees, saturation: 0.67, 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 #A658DE is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 88 222 -
CMYK 0.25 0.60 0 0.13
HSL 274.93º 0.67% 0.61% -
HSV(B) 274.93º 0.6% 0.87% -
XYZ 32.4 20.36 71.33 -
YUV 126.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 166 88 222 0.25 0.60 0 0.13 274.93 0.67 0.61
Hex A6 58 DE 19 3C 0 D 113 43 3D
Octal 246 130 336 31 74 0 15 423 103 75
Binary 10100110 1011000 11011110 11001 111100 0 1101 100010011 1000011 111101

Color Harmonies of #A658DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A658DE

Black with #A658DE

Text Example


Text Example

White with #A658DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A658DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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