Html Css Color HEX #A263DB Amethyst

📋 copy color: '#A263DB'

red 162 ◦ green 99 ◦ blue 219

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

Shades of Amethyst #A263DB

Tints of Amethyst #A263DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 33.75%
G = 20.63%
B = 45.63%

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

#A263DB (or 0xA263DB) is known color: Amethyst. HEX triplet: A2, 63 and DB. RGB value is (162,99,219). Sum of RGB (Red+Green+Blue) = 162+99+219=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #A263DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263DB is #5D9C24. Grayscale: #838383. Windows color (decimal): -6134821 or 14377890. OLE color: 14377890.

HSL color Cylindrical-coordinate representation of color #A263DB: hue angle of 271.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A263DB is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 99 219 -
CMYK 0.26 0.55 0 0.14
HSL 271.5º 0.63% 0.62% -
HSV(B) 271.5º 0.55% 0.86% -
XYZ 32.15 21.72 69.52 -
YUV 131.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 162 99 219 0.26 0.55 0 0.14 271.5 0.63 0.62
Hex A2 63 DB 1A 37 0 E 110 3E 3E
Octal 242 143 333 32 67 0 16 420 76 76
Binary 10100010 1100011 11011011 11010 110111 0 1110 100010000 111110 111110

Color Harmonies of #A263DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263DB

Black with #A263DB

Text Example


Text Example

White with #A263DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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