Html Css Color HEX #A668DA Amethyst

📋 copy color: '#A668DA'

red 166 ◦ green 104 ◦ blue 218

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

Shades of Amethyst #A668DA

Tints of Amethyst #A668DA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.31%

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

R = 34.02%
G = 21.31%
B = 44.67%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A668DA (or 0xA668DA) is known color: Amethyst. HEX triplet: A6, 68 and DA. RGB value is (166,104,218). Sum of RGB (Red+Green+Blue) = 166+104+218=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #A668DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668DA is #599725. Grayscale: #878787. Windows color (decimal): -5871398 or 14313638. OLE color: 14313638.

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

Color convert

RGB 166 104 218 -
CMYK 0.24 0.52 0 0.15
HSL 272.63º 0.61% 0.63% -
HSV(B) 272.63º 0.52% 0.85% -
XYZ 33.33 23.07 69.03 -
YUV 135.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 166 104 218 0.24 0.52 0 0.15 272.63 0.61 0.63
Hex A6 68 DA 18 34 0 F 111 3D 3F
Octal 246 150 332 30 64 0 17 421 75 77
Binary 10100110 1101000 11011010 11000 110100 0 1111 100010001 111101 111111

Color Harmonies of #A668DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668DA

Black with #A668DA

Text Example


Text Example

White with #A668DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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