Html Css Color HEX #A864DC Amethyst

📋 copy color: '#A864DC'

red 168 ◦ green 100 ◦ blue 220

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

Shades of Amethyst #A864DC

Tints of Amethyst #A864DC

RGB

 RED value IS 168 (66.02% from 255) = 34.43%

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

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

R = 34.43%
G = 20.49%
B = 45.08%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A864DC (or 0xA864DC) is known color: Amethyst. HEX triplet: A8, 64 and DC. RGB value is (168,100,220). Sum of RGB (Red+Green+Blue) = 168+100+220=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #A864DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864DC is #579B23. Grayscale: #858585. Windows color (decimal): -5741348 or 14443688. OLE color: 14443688.

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

Color convert

RGB 168 100 220 -
CMYK 0.24 0.55 0 0.14
HSL 274º 0.63% 0.63% -
HSV(B) 274º 0.55% 0.86% -
XYZ 33.62 22.61 70.3 -
YUV 134.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 168 100 220 0.24 0.55 0 0.14 274 0.63 0.63
Hex A8 64 DC 18 37 0 E 112 3F 3F
Octal 250 144 334 30 67 0 16 422 77 77
Binary 10101000 1100100 11011100 11000 110111 0 1110 100010010 111111 111111

Color Harmonies of #A864DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A864DC

Black with #A864DC

Text Example


Text Example

White with #A864DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A864DC; }

 p { color: rgb(168,100,220); }

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

background-color css

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

 a { background-color: rgb(168,100,220); }

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

border-color css

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

 span { border-color: rgb(168,100,220); }

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