Html Css Color HEX #A465DC Amethyst

📋 copy color: '#A465DC'

red 164 ◦ green 101 ◦ blue 220

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

Shades of Amethyst #A465DC

Tints of Amethyst #A465DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.82%

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 33.81%
G = 20.82%
B = 45.36%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A465DC (or 0xA465DC) is known color: Amethyst. HEX triplet: A4, 65 and DC. RGB value is (164,101,220). Sum of RGB (Red+Green+Blue) = 164+101+220=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #A465DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465DC is #5B9A23. Grayscale: #848484. Windows color (decimal): -6003236 or 14443940. OLE color: 14443940.

HSL color Cylindrical-coordinate representation of color #A465DC: hue angle of 271.76º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A465DC is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 101 220 -
CMYK 0.25 0.54 0 0.14
HSL 271.76º 0.63% 0.63% -
HSV(B) 271.76º 0.54% 0.86% -
XYZ 32.88 22.37 70.29 -
YUV 133.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 164 101 220 0.25 0.54 0 0.14 271.76 0.63 0.63
Hex A4 65 DC 19 36 0 E 110 3F 3F
Octal 244 145 334 31 66 0 16 420 77 77
Binary 10100100 1100101 11011100 11001 110110 0 1110 100010000 111111 111111

Color Harmonies of #A465DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465DC

Black with #A465DC

Text Example


Text Example

White with #A465DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465DC; }

 p { color: rgb(164,101,220); }

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

background-color css

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

 a { background-color: rgb(164,101,220); }

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

border-color css

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

 span { border-color: rgb(164,101,220); }

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