Html Css Color HEX #A468DA Amethyst

📋 copy color: '#A468DA'

red 164 ◦ green 104 ◦ blue 218

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

Shades of Amethyst #A468DA

Tints of Amethyst #A468DA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.4%

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

R = 33.74%
G = 21.4%
B = 44.86%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A468DA (or 0xA468DA) is known color: Amethyst. HEX triplet: A4, 68 and DA. RGB value is (164,104,218). Sum of RGB (Red+Green+Blue) = 164+104+218=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #A468DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468DA is #5B9725. Grayscale: #868686. Windows color (decimal): -6002470 or 14313636. OLE color: 14313636.

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

Color convert

RGB 164 104 218 -
CMYK 0.25 0.52 0 0.15
HSL 271.58º 0.61% 0.63% -
HSV(B) 271.58º 0.52% 0.85% -
XYZ 32.92 22.86 69.01 -
YUV 134.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 164 104 218 0.25 0.52 0 0.15 271.58 0.61 0.63
Hex A4 68 DA 19 34 0 F 110 3D 3F
Octal 244 150 332 31 64 0 17 420 75 77
Binary 10100100 1101000 11011010 11001 110100 0 1111 100010000 111101 111111

Color Harmonies of #A468DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A468DA

Black with #A468DA

Text Example


Text Example

White with #A468DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A468DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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