Html Css Color HEX #A066CE Amethyst

📋 copy color: '#A066CE'

red 160 ◦ green 102 ◦ blue 206

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

Shades of Amethyst #A066CE

Tints of Amethyst #A066CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 34.19%
G = 21.79%
B = 44.02%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A066CE (or 0xA066CE) is known color: Amethyst. HEX triplet: A0, 66 and CE. RGB value is (160,102,206). Sum of RGB (Red+Green+Blue) = 160+102+206=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #A066CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066CE is #5F9931. Grayscale: #828282. Windows color (decimal): -6265138 or 13526688. OLE color: 13526688.

HSL color Cylindrical-coordinate representation of color #A066CE: hue angle of 273.46º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A066CE is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 102 206 -
CMYK 0.22 0.50 0 0.19
HSL 273.46º 0.51% 0.6% -
HSV(B) 273.46º 0.5% 0.81% -
XYZ 30.39 21.43 60.93 -
YUV 131.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 160 102 206 0.22 0.50 0 0.19 273.46 0.51 0.6
Hex A0 66 CE 16 32 0 13 111 33 3C
Octal 240 146 316 26 62 0 23 421 63 74
Binary 10100000 1100110 11001110 10110 110010 0 10011 100010001 110011 111100

Color Harmonies of #A066CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066CE

Black with #A066CE

Text Example


Text Example

White with #A066CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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