Html Css Color HEX #A368DB Amethyst

📋 copy color: '#A368DB'

red 163 ◦ green 104 ◦ blue 219

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

Shades of Amethyst #A368DB

Tints of Amethyst #A368DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.4%

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

R = 33.54%
G = 21.4%
B = 45.06%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A368DB (or 0xA368DB) is known color: Amethyst. HEX triplet: A3, 68 and DB. RGB value is (163,104,219). Sum of RGB (Red+Green+Blue) = 163+104+219=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #A368DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368DB is #5C9724. Grayscale: #868686. Windows color (decimal): -6068005 or 14379171. OLE color: 14379171.

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

Color convert

RGB 163 104 219 -
CMYK 0.26 0.53 0 0.14
HSL 270.78º 0.61% 0.63% -
HSV(B) 270.78º 0.53% 0.86% -
XYZ 32.84 22.8 69.69 -
YUV 134.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 163 104 219 0.26 0.53 0 0.14 270.78 0.61 0.63
Hex A3 68 DB 1A 35 0 E 10F 3D 3F
Octal 243 150 333 32 65 0 16 417 75 77
Binary 10100011 1101000 11011011 11010 110101 0 1110 100001111 111101 111111

Color Harmonies of #A368DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368DB

Black with #A368DB

Text Example


Text Example

White with #A368DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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