Html Css Color HEX #A864D5 Amethyst

📋 copy color: '#A864D5'

red 168 ◦ green 100 ◦ blue 213

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

Shades of Amethyst #A864D5

Tints of Amethyst #A864D5

RGB

 RED value IS 168 (66.02% from 255) = 34.93%

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

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 34.93%
G = 20.79%
B = 44.28%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A864D5 (or 0xA864D5) is known color: Amethyst. HEX triplet: A8, 64 and D5. RGB value is (168,100,213). Sum of RGB (Red+Green+Blue) = 168+100+213=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #A864D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864D5 is #579B2A. Grayscale: #848484. Windows color (decimal): -5741355 or 13984936. OLE color: 13984936.

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

Color convert

RGB 168 100 213 -
CMYK 0.21 0.53 0 0.16
HSL 276.11º 0.57% 0.61% -
HSV(B) 276.11º 0.53% 0.84% -
XYZ 32.72 22.24 65.52 -
YUV 133.21 173.03 152.81 -
System Red Green Blue C M Y K H S L
Decimal 168 100 213 0.21 0.53 0 0.16 276.11 0.57 0.61
Hex A8 64 D5 15 35 0 10 114 39 3D
Octal 250 144 325 25 65 0 20 424 71 75
Binary 10101000 1100100 11010101 10101 110101 0 10000 100010100 111001 111101

Color Harmonies of #A864D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A864D5

Black with #A864D5

Text Example


Text Example

White with #A864D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A864D5; }

 p { color: rgb(168,100,213); }

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

background-color css

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

 a { background-color: rgb(168,100,213); }

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

border-color css

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

 span { border-color: rgb(168,100,213); }

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