Html Css Color HEX #A658D0 Amethyst

📋 copy color: '#A658D0'

red 166 ◦ green 88 ◦ blue 208

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

Shades of Amethyst #A658D0

Tints of Amethyst #A658D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.02%

R = 35.93%
G = 19.05%
B = 45.02%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A658D0 (or 0xA658D0) is known color: Amethyst. HEX triplet: A6, 58 and D0. RGB value is (166,88,208). Sum of RGB (Red+Green+Blue) = 166+88+208=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #A658D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658D0 is #59A72F. Grayscale: #7C7C7C. Windows color (decimal): -5875504 or 13654182. OLE color: 13654182.

HSL color Cylindrical-coordinate representation of color #A658D0: hue angle of 279º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A658D0 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 88 208 -
CMYK 0.20 0.58 0 0.18
HSL 279º 0.56% 0.58% -
HSV(B) 279º 0.58% 0.82% -
XYZ 30.6 19.64 61.85 -
YUV 125 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 166 88 208 0.20 0.58 0 0.18 279 0.56 0.58
Hex A6 58 D0 14 3A 0 12 117 38 3A
Octal 246 130 320 24 72 0 22 427 70 72
Binary 10100110 1011000 11010000 10100 111010 0 10010 100010111 111000 111010

Color Harmonies of #A658D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A658D0

Black with #A658D0

Text Example


Text Example

White with #A658D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A658D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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