Html Css Color HEX #A063DA Amethyst

📋 copy color: '#A063DA'

red 160 ◦ green 99 ◦ blue 218

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

Shades of Amethyst #A063DA

Tints of Amethyst #A063DA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.75%

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

R = 33.54%
G = 20.75%
B = 45.7%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A063DA (or 0xA063DA) is known color: Amethyst. HEX triplet: A0, 63 and DA. RGB value is (160,99,218). Sum of RGB (Red+Green+Blue) = 160+99+218=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #A063DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063DA is #5F9C25. Grayscale: #828282. Windows color (decimal): -6265894 or 14312352. OLE color: 14312352.

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

Color convert

RGB 160 99 218 -
CMYK 0.27 0.55 0 0.15
HSL 270.76º 0.62% 0.62% -
HSV(B) 270.76º 0.55% 0.85% -
XYZ 31.61 21.46 68.81 -
YUV 130.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 160 99 218 0.27 0.55 0 0.15 270.76 0.62 0.62
Hex A0 63 DA 1B 37 0 F 10F 3E 3E
Octal 240 143 332 33 67 0 17 417 76 76
Binary 10100000 1100011 11011010 11011 110111 0 1111 100001111 111110 111110

Color Harmonies of #A063DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063DA

Black with #A063DA

Text Example


Text Example

White with #A063DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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