Html Css Color HEX #A263CA Amethyst

📋 copy color: '#A263CA'

red 162 ◦ green 99 ◦ blue 202

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

Shades of Amethyst #A263CA

Tints of Amethyst #A263CA

RGB

 RED value IS 162 (63.67% from 255) = 34.99%

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

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

R = 34.99%
G = 21.38%
B = 43.63%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A263CA (or 0xA263CA) is known color: Amethyst. HEX triplet: A2, 63 and CA. RGB value is (162,99,202). Sum of RGB (Red+Green+Blue) = 162+99+202=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #A263CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263CA is #5D9C35. Grayscale: #818181. Windows color (decimal): -6134838 or 13263778. OLE color: 13263778.

HSL color Cylindrical-coordinate representation of color #A263CA: hue angle of 276.7º 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 #A263CA is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 99 202 -
CMYK 0.20 0.51 0 0.21
HSL 276.7º 0.49% 0.59% -
HSV(B) 276.7º 0.51% 0.79% -
XYZ 30.02 20.87 58.32 -
YUV 129.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 162 99 202 0.20 0.51 0 0.21 276.7 0.49 0.59
Hex A2 63 CA 14 33 0 15 115 31 3B
Octal 242 143 312 24 63 0 25 425 61 73
Binary 10100010 1100011 11001010 10100 110011 0 10101 100010101 110001 111011

Color Harmonies of #A263CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263CA

Black with #A263CA

Text Example


Text Example

White with #A263CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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