Html Css Color HEX #A366D7 Amethyst

📋 copy color: '#A366D7'

red 163 ◦ green 102 ◦ blue 215

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

Shades of Amethyst #A366D7

Tints of Amethyst #A366D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.79%

R = 33.96%
G = 21.25%
B = 44.79%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A366D7 (or 0xA366D7) is known color: Amethyst. HEX triplet: A3, 66 and D7. RGB value is (163,102,215). Sum of RGB (Red+Green+Blue) = 163+102+215=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #A366D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366D7 is #5C9928. Grayscale: #848484. Windows color (decimal): -6068521 or 14116515. OLE color: 14116515.

HSL color Cylindrical-coordinate representation of color #A366D7: hue angle of 272.39º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A366D7 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 102 215 -
CMYK 0.24 0.53 0 0.16
HSL 272.39º 0.59% 0.62% -
HSV(B) 272.39º 0.53% 0.84% -
XYZ 32.12 22.2 66.88 -
YUV 133.12 174.21 149.31 -
System Red Green Blue C M Y K H S L
Decimal 163 102 215 0.24 0.53 0 0.16 272.39 0.59 0.62
Hex A3 66 D7 18 35 0 10 110 3B 3E
Octal 243 146 327 30 65 0 20 420 73 76
Binary 10100011 1100110 11010111 11000 110101 0 10000 100010000 111011 111110

Color Harmonies of #A366D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A366D7

Black with #A366D7

Text Example


Text Example

White with #A366D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A366D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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