Html Css Color HEX #A465DA Amethyst

📋 copy color: '#A465DA'

red 164 ◦ green 101 ◦ blue 218

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

Shades of Amethyst #A465DA

Tints of Amethyst #A465DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 33.95%
G = 20.91%
B = 45.13%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A465DA (or 0xA465DA) is known color: Amethyst. HEX triplet: A4, 65 and DA. RGB value is (164,101,218). Sum of RGB (Red+Green+Blue) = 164+101+218=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #A465DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465DA is #5B9A25. Grayscale: #848484. Windows color (decimal): -6003238 or 14312868. OLE color: 14312868.

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

Color convert

RGB 164 101 218 -
CMYK 0.25 0.54 0 0.15
HSL 272.31º 0.61% 0.63% -
HSV(B) 272.31º 0.54% 0.85% -
XYZ 32.62 22.26 68.91 -
YUV 133.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 164 101 218 0.25 0.54 0 0.15 272.31 0.61 0.63
Hex A4 65 DA 19 36 0 F 110 3D 3F
Octal 244 145 332 31 66 0 17 420 75 77
Binary 10100100 1100101 11011010 11001 110110 0 1111 100010000 111101 111111

Color Harmonies of #A465DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465DA

Black with #A465DA

Text Example


Text Example

White with #A465DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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