Html Css Color HEX #A063DC Amethyst

📋 copy color: '#A063DC'

red 160 ◦ green 99 ◦ blue 220

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

Shades of Amethyst #A063DC

Tints of Amethyst #A063DC

RGB

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

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

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

R = 33.4%
G = 20.67%
B = 45.93%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A063DC (or 0xA063DC) is known color: Amethyst. HEX triplet: A0, 63 and DC. RGB value is (160,99,220). Sum of RGB (Red+Green+Blue) = 160+99+220=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #A063DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063DC is #5F9C23. Grayscale: #828282. Windows color (decimal): -6265892 or 14443424. OLE color: 14443424.

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

Color convert

RGB 160 99 220 -
CMYK 0.27 0.55 0 0.14
HSL 270.25º 0.63% 0.63% -
HSV(B) 270.25º 0.55% 0.86% -
XYZ 31.88 21.56 70.19 -
YUV 131.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 160 99 220 0.27 0.55 0 0.14 270.25 0.63 0.63
Hex A0 63 DC 1B 37 0 E 10E 3F 3F
Octal 240 143 334 33 67 0 16 416 77 77
Binary 10100000 1100011 11011100 11011 110111 0 1110 100001110 111111 111111

Color Harmonies of #A063DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063DC

Black with #A063DC

Text Example


Text Example

White with #A063DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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