Html Css Color HEX #A263DC Amethyst

📋 copy color: '#A263DC'

red 162 ◦ green 99 ◦ blue 220

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

Shades of Amethyst #A263DC

Tints of Amethyst #A263DC

RGB

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

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

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

R = 33.68%
G = 20.58%
B = 45.74%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A263DC (or 0xA263DC) is known color: Amethyst. HEX triplet: A2, 63 and DC. RGB value is (162,99,220). Sum of RGB (Red+Green+Blue) = 162+99+220=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #A263DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263DC is #5D9C23. Grayscale: #838383. Windows color (decimal): -6134820 or 14443426. OLE color: 14443426.

HSL color Cylindrical-coordinate representation of color #A263DC: hue angle of 271.24º 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 #A263DC is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 99 220 -
CMYK 0.26 0.55 0 0.14
HSL 271.24º 0.63% 0.63% -
HSV(B) 271.24º 0.55% 0.86% -
XYZ 32.28 21.77 70.21 -
YUV 131.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 162 99 220 0.26 0.55 0 0.14 271.24 0.63 0.63
Hex A2 63 DC 1A 37 0 E 10F 3F 3F
Octal 242 143 334 32 67 0 16 417 77 77
Binary 10100010 1100011 11011100 11010 110111 0 1110 100001111 111111 111111

Color Harmonies of #A263DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263DC

Black with #A263DC

Text Example


Text Example

White with #A263DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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