Html Css Color HEX #A264DF Amethyst

📋 copy color: '#A264DF'

red 162 ◦ green 100 ◦ blue 223

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

Shades of Amethyst #A264DF

Tints of Amethyst #A264DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 33.4%
G = 20.62%
B = 45.98%

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

#A264DF (or 0xA264DF) is known color: Amethyst. HEX triplet: A2, 64 and DF. RGB value is (162,100,223). Sum of RGB (Red+Green+Blue) = 162+100+223=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #A264DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264DF is #5D9B20. Grayscale: #848484. Windows color (decimal): -6134561 or 14640290. OLE color: 14640290.

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

Color convert

RGB 162 100 223 -
CMYK 0.27 0.55 0 0.13
HSL 270.24º 0.66% 0.63% -
HSV(B) 270.24º 0.55% 0.87% -
XYZ 32.78 22.12 72.35 -
YUV 132.56 179.04 149 -
System Red Green Blue C M Y K H S L
Decimal 162 100 223 0.27 0.55 0 0.13 270.24 0.66 0.63
Hex A2 64 DF 1B 37 0 D 10E 42 3F
Octal 242 144 337 33 67 0 15 416 102 77
Binary 10100010 1100100 11011111 11011 110111 0 1101 100001110 1000010 111111

Color Harmonies of #A264DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A264DF

Black with #A264DF

Text Example


Text Example

White with #A264DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A264DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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