Html Css Color HEX #A264DD Amethyst

📋 copy color: '#A264DD'

red 162 ◦ green 100 ◦ blue 221

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

Shades of Amethyst #A264DD

Tints of Amethyst #A264DD

RGB

 RED value IS 162 (63.67% from 255) = 33.54%

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

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

R = 33.54%
G = 20.7%
B = 45.76%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A264DD (or 0xA264DD) is known color: Amethyst. HEX triplet: A2, 64 and DD. RGB value is (162,100,221). Sum of RGB (Red+Green+Blue) = 162+100+221=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #A264DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264DD is #5D9B22. Grayscale: #838383. Windows color (decimal): -6134563 or 14509218. OLE color: 14509218.

HSL color Cylindrical-coordinate representation of color #A264DD: hue angle of 270.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 #A264DD is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 100 221 -
CMYK 0.27 0.55 0 0.13
HSL 270.74º 0.64% 0.63% -
HSV(B) 270.74º 0.55% 0.87% -
XYZ 32.51 22.02 70.94 -
YUV 132.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 162 100 221 0.27 0.55 0 0.13 270.74 0.64 0.63
Hex A2 64 DD 1B 37 0 D 10F 40 3F
Octal 242 144 335 33 67 0 15 417 100 77
Binary 10100010 1100100 11011101 11011 110111 0 1101 100001111 1000000 111111

Color Harmonies of #A264DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A264DD

Black with #A264DD

Text Example


Text Example

White with #A264DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A264DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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