Html Css Color HEX #A368DD Amethyst

📋 copy color: '#A368DD'

red 163 ◦ green 104 ◦ blue 221

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

Shades of Amethyst #A368DD

Tints of Amethyst #A368DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 33.4%
G = 21.31%
B = 45.29%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A368DD (or 0xA368DD) is known color: Amethyst. HEX triplet: A3, 68 and DD. RGB value is (163,104,221). Sum of RGB (Red+Green+Blue) = 163+104+221=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #A368DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368DD is #5C9722. Grayscale: #868686. Windows color (decimal): -6068003 or 14510243. OLE color: 14510243.

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

Color convert

RGB 163 104 221 -
CMYK 0.26 0.53 0 0.13
HSL 270.26º 0.63% 0.64% -
HSV(B) 270.26º 0.53% 0.87% -
XYZ 33.11 22.91 71.08 -
YUV 134.98 176.55 147.99 -
System Red Green Blue C M Y K H S L
Decimal 163 104 221 0.26 0.53 0 0.13 270.26 0.63 0.64
Hex A3 68 DD 1A 35 0 D 10E 3F 40
Octal 243 150 335 32 65 0 15 416 77 100
Binary 10100011 1101000 11011101 11010 110101 0 1101 100001110 111111 1000000

Color Harmonies of #A368DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368DD

Black with #A368DD

Text Example


Text Example

White with #A368DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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