Html Css Color HEX #A366DD Amethyst

📋 copy color: '#A366DD'

red 163 ◦ green 102 ◦ blue 221

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

Shades of Amethyst #A366DD

Tints of Amethyst #A366DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.99%

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

R = 33.54%
G = 20.99%
B = 45.47%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A366DD (or 0xA366DD) is known color: Amethyst. HEX triplet: A3, 66 and DD. RGB value is (163,102,221). Sum of RGB (Red+Green+Blue) = 163+102+221=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #A366DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366DD is #5C9922. Grayscale: #858585. Windows color (decimal): -6068515 or 14509731. OLE color: 14509731.

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

Color convert

RGB 163 102 221 -
CMYK 0.26 0.54 0 0.13
HSL 270.76º 0.64% 0.63% -
HSV(B) 270.76º 0.54% 0.87% -
XYZ 32.91 22.51 71.02 -
YUV 133.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 163 102 221 0.26 0.54 0 0.13 270.76 0.64 0.63
Hex A3 66 DD 1A 36 0 D 10F 40 3F
Octal 243 146 335 32 66 0 15 417 100 77
Binary 10100011 1100110 11011101 11010 110110 0 1101 100001111 1000000 111111

Color Harmonies of #A366DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A366DD

Black with #A366DD

Text Example


Text Example

White with #A366DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A366DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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