Html Css Color HEX #A365DB Amethyst

📋 copy color: '#A365DB'

red 163 ◦ green 101 ◦ blue 219

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

Shades of Amethyst #A365DB

Tints of Amethyst #A365DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.91%

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

R = 33.75%
G = 20.91%
B = 45.34%

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

#A365DB (or 0xA365DB) is known color: Amethyst. HEX triplet: A3, 65 and DB. RGB value is (163,101,219). Sum of RGB (Red+Green+Blue) = 163+101+219=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #A365DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365DB is #5C9A24. Grayscale: #848484. Windows color (decimal): -6068773 or 14378403. OLE color: 14378403.

HSL color Cylindrical-coordinate representation of color #A365DB: hue angle of 271.53º 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 #A365DB is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 101 219 -
CMYK 0.26 0.54 0 0.14
HSL 271.53º 0.62% 0.63% -
HSV(B) 271.53º 0.54% 0.86% -
XYZ 32.54 22.21 69.59 -
YUV 132.99 176.54 149.41 -
System Red Green Blue C M Y K H S L
Decimal 163 101 219 0.26 0.54 0 0.14 271.53 0.62 0.63
Hex A3 65 DB 1A 36 0 E 110 3E 3F
Octal 243 145 333 32 66 0 16 420 76 77
Binary 10100011 1100101 11011011 11010 110110 0 1110 100010000 111110 111111

Color Harmonies of #A365DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A365DB

Black with #A365DB

Text Example


Text Example

White with #A365DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A365DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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