Html Css Color HEX #A463DB Amethyst

📋 copy color: '#A463DB'

red 164 ◦ green 99 ◦ blue 219

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

Shades of Amethyst #A463DB

Tints of Amethyst #A463DB

RGB

 RED value IS 164 (64.45% from 255) = 34.02%

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

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

R = 34.02%
G = 20.54%
B = 45.44%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A463DB (or 0xA463DB) is known color: Amethyst. HEX triplet: A4, 63 and DB. RGB value is (164,99,219). Sum of RGB (Red+Green+Blue) = 164+99+219=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #A463DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463DB is #5B9C24. Grayscale: #838383. Windows color (decimal): -6003749 or 14377892. OLE color: 14377892.

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

Color convert

RGB 164 99 219 -
CMYK 0.25 0.55 0 0.14
HSL 272.5º 0.63% 0.62% -
HSV(B) 272.5º 0.55% 0.86% -
XYZ 32.56 21.93 69.53 -
YUV 132.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 164 99 219 0.25 0.55 0 0.14 272.5 0.63 0.62
Hex A4 63 DB 19 37 0 E 110 3E 3E
Octal 244 143 333 31 67 0 16 420 76 76
Binary 10100100 1100011 11011011 11001 110111 0 1110 100010000 111110 111110

Color Harmonies of #A463DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A463DB

Black with #A463DB

Text Example


Text Example

White with #A463DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A463DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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