Html Css Color HEX #A063CB Amethyst

📋 copy color: '#A063CB'

red 160 ◦ green 99 ◦ blue 203

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

Shades of Amethyst #A063CB

Tints of Amethyst #A063CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 34.63%
G = 21.43%
B = 43.94%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A063CB (or 0xA063CB) is known color: Amethyst. HEX triplet: A0, 63 and CB. RGB value is (160,99,203). Sum of RGB (Red+Green+Blue) = 160+99+203=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #A063CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063CB is #5F9C34. Grayscale: #808080. Windows color (decimal): -6265909 or 13329312. OLE color: 13329312.

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

Color convert

RGB 160 99 203 -
CMYK 0.21 0.51 0 0.20
HSL 275.19º 0.5% 0.59% -
HSV(B) 275.19º 0.51% 0.8% -
XYZ 29.74 20.71 58.93 -
YUV 129.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 160 99 203 0.21 0.51 0 0.20 275.19 0.5 0.59
Hex A0 63 CB 15 33 0 14 113 32 3B
Octal 240 143 313 25 63 0 24 423 62 73
Binary 10100000 1100011 11001011 10101 110011 0 10100 100010011 110010 111011

Color Harmonies of #A063CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063CB

Black with #A063CB

Text Example


Text Example

White with #A063CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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