Html Css Color HEX #A366E2 Amethyst

📋 copy color: '#A366E2'

red 163 ◦ green 102 ◦ blue 226

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

Shades of Amethyst #A366E2

Tints of Amethyst #A366E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.03%

R = 33.2%
G = 20.77%
B = 46.03%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A366E2 (or 0xA366E2) is known color: Amethyst. HEX triplet: A3, 66 and E2. RGB value is (163,102,226). Sum of RGB (Red+Green+Blue) = 163+102+226=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 226 - color contains mainly: blue. Hex color #A366E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366E2 is #5C991D. Grayscale: #858585. Windows color (decimal): -6068510 or 14837411. OLE color: 14837411.

HSL color Cylindrical-coordinate representation of color #A366E2: hue angle of 269.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A366E2 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 102 226 -
CMYK 0.28 0.55 0 0.11
HSL 269.52º 0.68% 0.64% -
HSV(B) 269.52º 0.55% 0.89% -
XYZ 33.58 22.78 74.58 -
YUV 134.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 163 102 226 0.28 0.55 0 0.11 269.52 0.68 0.64
Hex A3 66 E2 1C 37 0 B 10E 44 40
Octal 243 146 342 34 67 0 13 416 104 100
Binary 10100011 1100110 11100010 11100 110111 0 1011 100001110 1000100 1000000

Color Harmonies of #A366E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A366E2

Black with #A366E2

Text Example


Text Example

White with #A366E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A366E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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