Html Css Color HEX #A364D0 Amethyst

📋 copy color: '#A364D0'

red 163 ◦ green 100 ◦ blue 208

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

Shades of Amethyst #A364D0

Tints of Amethyst #A364D0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.23%

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 34.61%
G = 21.23%
B = 44.16%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A364D0 (or 0xA364D0) is known color: Amethyst. HEX triplet: A3, 64 and D0. RGB value is (163,100,208). Sum of RGB (Red+Green+Blue) = 163+100+208=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #A364D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364D0 is #5C9B2F. Grayscale: #828282. Windows color (decimal): -6069040 or 13657251. OLE color: 13657251.

HSL color Cylindrical-coordinate representation of color #A364D0: hue angle of 275º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A364D0 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 100 208 -
CMYK 0.22 0.52 0 0.18
HSL 275º 0.53% 0.6% -
HSV(B) 275º 0.52% 0.82% -
XYZ 31.05 21.45 62.18 -
YUV 131.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 163 100 208 0.22 0.52 0 0.18 275 0.53 0.6
Hex A3 64 D0 16 34 0 12 113 35 3C
Octal 243 144 320 26 64 0 22 423 65 74
Binary 10100011 1100100 11010000 10110 110100 0 10010 100010011 110101 111100

Color Harmonies of #A364D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364D0

Black with #A364D0

Text Example


Text Example

White with #A364D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364D0; }

 p { color: rgb(163,100,208); }

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

background-color css

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

 a { background-color: rgb(163,100,208); }

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

border-color css

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

 span { border-color: rgb(163,100,208); }

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