Html Css Color HEX #A263DF Amethyst

📋 copy color: '#A263DF'

red 162 ◦ green 99 ◦ blue 223

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

Shades of Amethyst #A263DF

Tints of Amethyst #A263DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 33.47%
G = 20.45%
B = 46.07%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A263DF (or 0xA263DF) is known color: Amethyst. HEX triplet: A2, 63 and DF. RGB value is (162,99,223). Sum of RGB (Red+Green+Blue) = 162+99+223=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #A263DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263DF is #5D9C20. Grayscale: #838383. Windows color (decimal): -6134817 or 14640034. OLE color: 14640034.

HSL color Cylindrical-coordinate representation of color #A263DF: hue angle of 270.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A263DF is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 99 223 -
CMYK 0.27 0.56 0 0.13
HSL 270.48º 0.66% 0.63% -
HSV(B) 270.48º 0.56% 0.87% -
XYZ 32.68 21.93 72.32 -
YUV 131.97 179.37 149.42 -
System Red Green Blue C M Y K H S L
Decimal 162 99 223 0.27 0.56 0 0.13 270.48 0.66 0.63
Hex A2 63 DF 1B 38 0 D 10E 42 3F
Octal 242 143 337 33 70 0 15 416 102 77
Binary 10100010 1100011 11011111 11011 111000 0 1101 100001110 1000010 111111

Color Harmonies of #A263DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263DF

Black with #A263DF

Text Example


Text Example

White with #A263DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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