Html Css Color HEX #A364DB Amethyst

📋 copy color: '#A364DB'

red 163 ◦ green 100 ◦ blue 219

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

Shades of Amethyst #A364DB

Tints of Amethyst #A364DB

RGB

 RED value IS 163 (64.06% from 255) = 33.82%

 GREEN value IS 100 (39.45% from 255) = 20.75%

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

R = 33.82%
G = 20.75%
B = 45.44%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A364DB (or 0xA364DB) is known color: Amethyst. HEX triplet: A3, 64 and DB. RGB value is (163,100,219). Sum of RGB (Red+Green+Blue) = 163+100+219=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 100 (39.45% from 255 or 20.75% 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 #A364DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364DB is #5C9B24. Grayscale: #838383. Windows color (decimal): -6069029 or 14378147. OLE color: 14378147.

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

Color convert

RGB 163 100 219 -
CMYK 0.26 0.54 0 0.14
HSL 271.76º 0.62% 0.63% -
HSV(B) 271.76º 0.54% 0.86% -
XYZ 32.45 22.02 69.56 -
YUV 132.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 163 100 219 0.26 0.54 0 0.14 271.76 0.62 0.63
Hex A3 64 DB 1A 36 0 E 110 3E 3F
Octal 243 144 333 32 66 0 16 420 76 77
Binary 10100011 1100100 11011011 11010 110110 0 1110 100010000 111110 111111

Color Harmonies of #A364DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364DB

Black with #A364DB

Text Example


Text Example

White with #A364DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364DB; }

 p { color: rgb(163,100,219); }

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

background-color css

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

 a { background-color: rgb(163,100,219); }

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

border-color css

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

 span { border-color: rgb(163,100,219); }

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