Html Css Color HEX #A263CE Amethyst

📋 copy color: '#A263CE'

red 162 ◦ green 99 ◦ blue 206

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

Shades of Amethyst #A263CE

Tints of Amethyst #A263CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 34.69%
G = 21.2%
B = 44.11%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A263CE (or 0xA263CE) is known color: Amethyst. HEX triplet: A2, 63 and CE. RGB value is (162,99,206). Sum of RGB (Red+Green+Blue) = 162+99+206=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #A263CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263CE is #5D9C31. Grayscale: #818181. Windows color (decimal): -6134834 or 13525922. OLE color: 13525922.

HSL color Cylindrical-coordinate representation of color #A263CE: hue angle of 275.33º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A263CE is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 99 206 -
CMYK 0.21 0.52 0 0.19
HSL 275.33º 0.52% 0.6% -
HSV(B) 275.33º 0.52% 0.81% -
XYZ 30.5 21.06 60.85 -
YUV 130.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 162 99 206 0.21 0.52 0 0.19 275.33 0.52 0.6
Hex A2 63 CE 15 34 0 13 113 34 3C
Octal 242 143 316 25 64 0 23 423 64 74
Binary 10100010 1100011 11001110 10101 110100 0 10011 100010011 110100 111100

Color Harmonies of #A263CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263CE

Black with #A263CE

Text Example


Text Example

White with #A263CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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