Html Css Color HEX #A063CA Amethyst

📋 copy color: '#A063CA'

red 160 ◦ green 99 ◦ blue 202

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

Shades of Amethyst #A063CA

Tints of Amethyst #A063CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 34.71%
G = 21.48%
B = 43.82%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A063CA (or 0xA063CA) is known color: Amethyst. HEX triplet: A0, 63 and CA. RGB value is (160,99,202). Sum of RGB (Red+Green+Blue) = 160+99+202=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #A063CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063CA is #5F9C35. Grayscale: #808080. Windows color (decimal): -6265910 or 13263776. OLE color: 13263776.

HSL color Cylindrical-coordinate representation of color #A063CA: hue angle of 275.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A063CA is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 99 202 -
CMYK 0.21 0.51 0 0.21
HSL 275.53º 0.49% 0.59% -
HSV(B) 275.53º 0.51% 0.79% -
XYZ 29.62 20.66 58.3 -
YUV 128.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 160 99 202 0.21 0.51 0 0.21 275.53 0.49 0.59
Hex A0 63 CA 15 33 0 15 114 31 3B
Octal 240 143 312 25 63 0 25 424 61 73
Binary 10100000 1100011 11001010 10101 110011 0 10101 100010100 110001 111011

Color Harmonies of #A063CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063CA

Black with #A063CA

Text Example


Text Example

White with #A063CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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