Html Css Color HEX #A066DC Amethyst

📋 copy color: '#A066DC'

red 160 ◦ green 102 ◦ blue 220

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

Shades of Amethyst #A066DC

Tints of Amethyst #A066DC

RGB

 RED value IS 160 (62.89% from 255) = 33.2%

 GREEN value IS 102 (40.23% from 255) = 21.16%

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 33.2%
G = 21.16%
B = 45.64%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A066DC (or 0xA066DC) is known color: Amethyst. HEX triplet: A0, 66 and DC. RGB value is (160,102,220). Sum of RGB (Red+Green+Blue) = 160+102+220=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #A066DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066DC is #5F9923. Grayscale: #848484. Windows color (decimal): -6265124 or 14444192. OLE color: 14444192.

HSL color Cylindrical-coordinate representation of color #A066DC: hue angle of 269.49º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A066DC is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 102 220 -
CMYK 0.27 0.54 0 0.14
HSL 269.49º 0.63% 0.63% -
HSV(B) 269.49º 0.54% 0.86% -
XYZ 32.17 22.14 70.29 -
YUV 132.79 177.22 147.41 -
System Red Green Blue C M Y K H S L
Decimal 160 102 220 0.27 0.54 0 0.14 269.49 0.63 0.63
Hex A0 66 DC 1B 36 0 E 10D 3F 3F
Octal 240 146 334 33 66 0 16 415 77 77
Binary 10100000 1100110 11011100 11011 110110 0 1110 100001101 111111 111111

Color Harmonies of #A066DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066DC

Black with #A066DC

Text Example


Text Example

White with #A066DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066DC; }

 p { color: rgb(160,102,220); }

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

background-color css

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

 a { background-color: rgb(160,102,220); }

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

border-color css

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

 span { border-color: rgb(160,102,220); }

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