Html Css Color HEX #A368DC Amethyst

📋 copy color: '#A368DC'

red 163 ◦ green 104 ◦ blue 220

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

Shades of Amethyst #A368DC

Tints of Amethyst #A368DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 33.47%
G = 21.36%
B = 45.17%

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

#A368DC (or 0xA368DC) is known color: Amethyst. HEX triplet: A3, 68 and DC. RGB value is (163,104,220). Sum of RGB (Red+Green+Blue) = 163+104+220=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #A368DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368DC is #5C9723. Grayscale: #868686. Windows color (decimal): -6068004 or 14444707. OLE color: 14444707.

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

Color convert

RGB 163 104 220 -
CMYK 0.26 0.53 0 0.14
HSL 270.52º 0.62% 0.64% -
HSV(B) 270.52º 0.53% 0.86% -
XYZ 32.97 22.85 70.38 -
YUV 134.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 163 104 220 0.26 0.53 0 0.14 270.52 0.62 0.64
Hex A3 68 DC 1A 35 0 E 10F 3E 40
Octal 243 150 334 32 65 0 16 417 76 100
Binary 10100011 1101000 11011100 11010 110101 0 1110 100001111 111110 1000000

Color Harmonies of #A368DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368DC

Black with #A368DC

Text Example


Text Example

White with #A368DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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