Html Css Color HEX #A263C6 Amethyst

📋 copy color: '#A263C6'

red 162 ◦ green 99 ◦ blue 198

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

Shades of Amethyst #A263C6

Tints of Amethyst #A263C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.14%

R = 35.29%
G = 21.57%
B = 43.14%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A263C6 (or 0xA263C6) is known color: Amethyst. HEX triplet: A2, 63 and C6. RGB value is (162,99,198). Sum of RGB (Red+Green+Blue) = 162+99+198=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #A263C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263C6 is #5D9C39. Grayscale: #808080. Windows color (decimal): -6134842 or 13001634. OLE color: 13001634.

HSL color Cylindrical-coordinate representation of color #A263C6: hue angle of 278.18º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A263C6 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 99 198 -
CMYK 0.18 0.50 0 0.22
HSL 278.18º 0.46% 0.58% -
HSV(B) 278.18º 0.5% 0.78% -
XYZ 29.56 20.68 55.86 -
YUV 129.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 162 99 198 0.18 0.50 0 0.22 278.18 0.46 0.58
Hex A2 63 C6 12 32 0 16 116 2E 3A
Octal 242 143 306 22 62 0 26 426 56 72
Binary 10100010 1100011 11000110 10010 110010 0 10110 100010110 101110 111010

Color Harmonies of #A263C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263C6

Black with #A263C6

Text Example


Text Example

White with #A263C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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