Html Css Color HEX #A066DA Amethyst

📋 copy color: '#A066DA'

red 160 ◦ green 102 ◦ blue 218

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

Shades of Amethyst #A066DA

Tints of Amethyst #A066DA

RGB

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

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

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

R = 33.33%
G = 21.25%
B = 45.42%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A066DA (or 0xA066DA) is known color: Amethyst. HEX triplet: A0, 66 and DA. RGB value is (160,102,218). Sum of RGB (Red+Green+Blue) = 160+102+218=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #A066DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066DA is #5F9925. Grayscale: #848484. Windows color (decimal): -6265126 or 14313120. OLE color: 14313120.

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

Color convert

RGB 160 102 218 -
CMYK 0.27 0.53 0 0.15
HSL 270º 0.61% 0.63% -
HSV(B) 270º 0.53% 0.85% -
XYZ 31.9 22.04 68.9 -
YUV 132.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 160 102 218 0.27 0.53 0 0.15 270 0.61 0.63
Hex A0 66 DA 1B 35 0 F 10E 3D 3F
Octal 240 146 332 33 65 0 17 416 75 77
Binary 10100000 1100110 11011010 11011 110101 0 1111 100001110 111101 111111

Color Harmonies of #A066DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066DA

Black with #A066DA

Text Example


Text Example

White with #A066DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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