Html Css Color HEX #A464DD Amethyst

📋 copy color: '#A464DD'

red 164 ◦ green 100 ◦ blue 221

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

Shades of Amethyst #A464DD

Tints of Amethyst #A464DD

RGB

 RED value IS 164 (64.45% from 255) = 33.81%

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

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

R = 33.81%
G = 20.62%
B = 45.57%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A464DD (or 0xA464DD) is known color: Amethyst. HEX triplet: A4, 64 and DD. RGB value is (164,100,221). Sum of RGB (Red+Green+Blue) = 164+100+221=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #A464DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464DD is #5B9B22. Grayscale: #848484. Windows color (decimal): -6003491 or 14509220. OLE color: 14509220.

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

Color convert

RGB 164 100 221 -
CMYK 0.26 0.55 0 0.13
HSL 271.74º 0.64% 0.63% -
HSV(B) 271.74º 0.55% 0.87% -
XYZ 32.92 22.23 70.96 -
YUV 132.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 164 100 221 0.26 0.55 0 0.13 271.74 0.64 0.63
Hex A4 64 DD 1A 37 0 D 110 40 3F
Octal 244 144 335 32 67 0 15 420 100 77
Binary 10100100 1100100 11011101 11010 110111 0 1101 100010000 1000000 111111

Color Harmonies of #A464DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A464DD

Black with #A464DD

Text Example


Text Example

White with #A464DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A464DD; }

 p { color: rgb(164,100,221); }

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

background-color css

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

 a { background-color: rgb(164,100,221); }

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

border-color css

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

 span { border-color: rgb(164,100,221); }

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